From: Tom Rini Date: Thu, 9 Feb 2017 13:52:18 +0000 (-0500) Subject: qemu-x86_64_defconfig: Disable CONFIG_BOARD_EARLY_INIT_F X-Git-Tag: v2017.03-rc2~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e0dff9b8604c91b74b5c929fd6ac795b688b2f7b;p=u-boot qemu-x86_64_defconfig: Disable CONFIG_BOARD_EARLY_INIT_F The qemu-x86* targets do not want to enable this. Signed-off-by: Tom Rini --- diff --git a/configs/qemu-x86_64_defconfig b/configs/qemu-x86_64_defconfig index 484e2e9716..790f21cbbc 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