From 02ddc1477cf2217867750deb99f79dee0b88142b Mon Sep 17 00:00:00 2001 From: Mario Six Date: Wed, 28 Mar 2018 14:38:15 +0200 Subject: treewide: Migrate CONFIG_BOARD_EARLY_INIT_R to Kconfig Migrate the CONFIG_BOARD_EARLY_INIT_R option to Kconfig. Signed-off-by: Mario Six --- configs/strider_cpu_dp_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/strider_cpu_dp_defconfig') diff --git a/configs/strider_cpu_dp_defconfig b/configs/strider_cpu_dp_defconfig index 4246884401..9961ec52bc 100644 --- a/configs/strider_cpu_dp_defconfig +++ b/configs/strider_cpu_dp_defconfig @@ -13,6 +13,7 @@ CONFIG_BOOTDELAY=5 CONFIG_SYS_CONSOLE_INFO_QUIET=y # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_BOARD_EARLY_INIT_F=y +CONFIG_BOARD_EARLY_INIT_R=y CONFIG_HUSH_PARSER=y CONFIG_AUTOBOOT_KEYED=y CONFIG_AUTOBOOT_STOP_STR=" " -- cgit