diff options
author | Tom Rini <trini@konsulko.com> | 2017-02-09 08:52:18 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-02-09 08:52:18 -0500 |
commit | e0dff9b8604c91b74b5c929fd6ac795b688b2f7b (patch) | |
tree | 9cd3ead2debe281df0922b139717f03112798fd6 /configs/qemu-x86_64_defconfig | |
parent | 576a085c1d224b8a5a3ccf5c4114d07a1f695f20 (diff) | |
download | u-boot-e0dff9b8604c91b74b5c929fd6ac795b688b2f7b.tar.gz |
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 <trini@konsulko.com>
Diffstat (limited to 'configs/qemu-x86_64_defconfig')
-rw-r--r-- | configs/qemu-x86_64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |