[U-Boot] [PATCH] qemu-x86_64_defconfig: Disable CONFIG_BOARD_EARLY_INIT_F

Tom Rini trini at konsulko.com
Thu Feb 9 13:53:01 UTC 2017


The qemu-x86* targets do not want to enable this.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 configs/qemu-x86_64_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/qemu-x86_64_defconfig b/configs/qemu-x86_64_defconfig
index 484e2e9716b9..790f21cbbcfc 100644
--- a/configs/qemu-x86_64_defconfig
+++ b/configs/qemu-x86_64_defconfig
@@ -20,6 +20,7 @@ CONFIG_SPL_LOAD_FIT=y
 CONFIG_BOOTSTAGE=y
 CONFIG_BOOTSTAGE_REPORT=y
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
+# CONFIG_BOARD_EARLY_INIT_F is not set
 CONFIG_SPL_SYS_MALLOC_SIMPLE=y
 CONFIG_SPL_CPU_SUPPORT=y
 CONFIG_SPL_NET_SUPPORT=y
-- 
1.9.1



More information about the U-Boot mailing list