From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5E8BBC6FD1D for ; Mon, 20 Mar 2023 05:49:43 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 85D6085A57; Mon, 20 Mar 2023 06:49:18 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="Z0ac4Yjv"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 0305385283; Mon, 20 Mar 2023 06:49:12 +0100 (CET) Received: from mail-pj1-x102d.google.com (mail-pj1-x102d.google.com [IPv6:2607:f8b0:4864:20::102d]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 95B0D85B05 for ; Mon, 20 Mar 2023 06:49:07 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@chromium.org Received: by mail-pj1-x102d.google.com with SMTP id o6-20020a17090a9f8600b0023f32869993so11325461pjp.1 for ; Sun, 19 Mar 2023 22:49:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1679291346; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=jf8eSq2yxchqp1UlwdewqPy2ndOkOCFYvSpe6kjYEgU=; b=Z0ac4YjvYl/64LFoHd9fA6/UIQOJpjk2hG8DkazuFyWOSVADadZ16Ead7+TwpERd5w FwxWnbLFw+sU+sChQdtQeCSZDyWfnYJkPALWHDx0GRYFUYOIJohgZi3ANx/RORDstJF/ O603UpPzvdvk3UMV9MleRSHKzi8244ALwYuVs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679291346; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=jf8eSq2yxchqp1UlwdewqPy2ndOkOCFYvSpe6kjYEgU=; b=T3PsEZtcl3TIYzlAzzhX92PxAnUXE+Hj92LAvGh3B8vtuiRdFn+LyTnVOsTcjL3G85 kwtkey/LYe85qNqmafLeXDOxjElKZmUfGLRnrUnUB4f/FdncaZT5xtDfyXXZ86zIvBSs T/9obOiMl/31FenEtmgTq4SLuT2As/3qQDzhoLoytrxGp3MbTPRR7XeQJoTcLpL1JSgJ rtrUcyXZ8nUT6rEgAFDIgRXnIFd0tpd1rIwZp18A4jO7ZfROk/VkMrsNxxn+0HdoIAhL mfW27w+c0Wle3E2OBWvykXsSH3RfB1NVVSxQKAuWhVutz1BobAeIrQQ4J5dKSwdenxFU Z1yw== X-Gm-Message-State: AO0yUKVUVbWXQjViTT/wQvFO4Oiv3iAftkSHB16GlY1YTti5wHa6ueNY bQDzUarX0620+zSD91UgtjuvpMll3xx8PuzQIVU= X-Google-Smtp-Source: AK7set9ipk52DBId0m7uLHl95CwSUsohPa8AUmbfMzNYfhz1JoVKoQ8TYSpO2obCLcWTi4do/4dgmA== X-Received: by 2002:a05:6a20:8c1e:b0:cd:363d:b27c with SMTP id j30-20020a056a208c1e00b000cd363db27cmr14944674pzh.16.1679291345770; Sun, 19 Mar 2023 22:49:05 -0700 (PDT) Received: from localhost.localdomain ([27.110.126.54]) by smtp.gmail.com with ESMTPSA id c27-20020a634e1b000000b0050be57d7ec0sm5172786pgb.67.2023.03.19.22.48.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 19 Mar 2023 22:49:05 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , huang lin , Jeffy Chen , Simon Glass , Kever Yang , Philipp Tomsich , Vagrant Cascadian Subject: [PATCH v3 6/9] lmb: Enable LMB if SYS_BOOT_RAMDISK_HIGH Date: Mon, 20 Mar 2023 18:47:58 +1300 Message-Id: <20230320054801.1273267-6-sjg@chromium.org> X-Mailer: git-send-email 2.40.0.rc1.284.g88254d51c5-goog In-Reply-To: <20230320054801.1273267-1-sjg@chromium.org> References: <20230320054801.1273267-1-sjg@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Ramdisk relocation requires LMB, so enable it automatically to avoid build errors. Signed-off-by: Simon Glass --- (no changes since v1) boot/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boot/Kconfig b/boot/Kconfig index 7da084312d67..769a78e249c5 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -834,6 +834,7 @@ config SYS_BOOT_RAMDISK_HIGH depends on CMD_BOOTM || CMD_BOOTI || CMD_BOOTZ depends on !(NIOS2 || SANDBOX || SH || XTENSA) def_bool y + select LMB help Enable initrd_high functionality. If defined then the initrd_high feature is enabled and the boot* ramdisk subcommand is enabled. -- 2.40.0.rc1.284.g88254d51c5-goog