diff mbox

[U-Boot] qemu-x86_64_defconfig: Disable CONFIG_BOARD_EARLY_INIT_F

Message ID 1486648381-1423-1-git-send-email-trini@konsulko.com
State Accepted
Commit e0dff9b8604c91b74b5c929fd6ac795b688b2f7b
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini Feb. 9, 2017, 1:53 p.m. UTC
The qemu-x86* targets do not want to enable this.

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

Comments

Tom Rini Feb. 9, 2017, 7:52 p.m. UTC | #1
On Thu, Feb 09, 2017 at 08:53:01AM -0500, Tom Rini wrote:

> The qemu-x86* targets do not want to enable this.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

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