[PATCH 01/14] configs: Disable LMB and BDI for tools-only

Marek Vasut marek.vasut at gmail.com
Sun Aug 15 20:13:01 CEST 2021


These two options are useless for tools-only build, since they
pull in LMB support which is only useful in a running U-Boot.

Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
Cc: Simon Glass <sjg at chromium.org>
Cc: Simon Goldschmidt <simon.k.r.goldschmidt at gmail.com>
Cc: Tom Rini <trini at konsulko.com>
---
 configs/tools-only_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/tools-only_defconfig b/configs/tools-only_defconfig
index f54bc1802c..edfefd5475 100644
--- a/configs/tools-only_defconfig
+++ b/configs/tools-only_defconfig
@@ -5,6 +5,7 @@ CONFIG_ANDROID_BOOT_IMAGE=y
 CONFIG_FIT=y
 CONFIG_FIT_SIGNATURE=y
 CONFIG_MISC_INIT_F=y
+# CONFIG_CMD_BDI is not set
 # CONFIG_CMD_BOOTD is not set
 # CONFIG_CMD_BOOTM is not set
 # CONFIG_CMD_ELF is not set
@@ -30,3 +31,4 @@ CONFIG_SYSRESET=y
 # CONFIG_VIRTIO_PCI is not set
 # CONFIG_VIRTIO_SANDBOX is not set
 # CONFIG_EFI_LOADER is not set
+# CONFIG_LMB is not set
-- 
2.30.2



More information about the U-Boot mailing list