From 0680f1b1f7629c49d88d8981e164ab9bb0ad8d68 Mon Sep 17 00:00:00 2001 From: Ley Foon Tan Date: Wed, 3 May 2017 17:13:32 +0800 Subject: Convert CONFIG_SPL_BOARD_INIT to Kconfig This converts the following to Kconfig: CONFIG_SPL_BOARD_INIT Signed-off-by: Ley Foon Tan [trini: Update the Kconfig logic] Signed-off-by: Tom Rini --- configs/microblaze-generic_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/microblaze-generic_defconfig') diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index 131d6f5862..0bfcdd2176 100644 --- a/configs/microblaze-generic_defconfig +++ b/configs/microblaze-generic_defconfig @@ -14,6 +14,7 @@ CONFIG_FIT_VERBOSE=y CONFIG_BOOTDELAY=-1 CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SPL=y +CONFIG_SPL_BOARD_INIT=y CONFIG_SPL_SYS_MALLOC_SIMPLE=y CONFIG_SPL_NOR_SUPPORT=y CONFIG_SPL_OS_BOOT=y -- cgit v1.2.3