From: Tom Rini Date: Mon, 8 Nov 2021 03:59:32 +0000 (-0500) Subject: Convert CONFIG_ARCH_CPU_INIT to Kconfig X-Git-Tag: v2022.01~48^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b8260c17150d77f8d87a25132314fcf713896bf3;p=platform%2Fkernel%2Fu-boot.git Convert CONFIG_ARCH_CPU_INIT to Kconfig This converts the following to Kconfig: CONFIG_ARCH_CPU_INIT Signed-off-by: Tom Rini --- diff --git a/configs/s5p4418_nanopi2_defconfig b/configs/s5p4418_nanopi2_defconfig index 0601743..eaf319e 100644 --- a/configs/s5p4418_nanopi2_defconfig +++ b/configs/s5p4418_nanopi2_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_SYS_DCACHE_OFF=y +CONFIG_ARCH_CPU_INIT=y CONFIG_ARCH_NEXELL=y CONFIG_SYS_TEXT_BASE=0x74C00000 CONFIG_SYS_MALLOC_LEN=0x2000000 diff --git a/include/configs/s5p4418_nanopi2.h b/include/configs/s5p4418_nanopi2.h index f49f5fa..d22a84a 100644 --- a/include/configs/s5p4418_nanopi2.h +++ b/include/configs/s5p4418_nanopi2.h @@ -77,7 +77,6 @@ * System initialize options (board_init_f) */ /* board_init_f->init_sequence, call arch_cpu_init */ -#define CONFIG_ARCH_CPU_INIT /*----------------------------------------------------------------------- * Miscellaneous configurable options