]> git.baikalelectronics.ru Git - uboot.git/commitdiff
Convert CONFIG_ARCH_CPU_INIT to Kconfig
authorTom Rini <trini@konsulko.com>
Mon, 8 Nov 2021 03:59:32 +0000 (22:59 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 12 Nov 2021 19:18:16 +0000 (14:18 -0500)
This converts the following to Kconfig:
   CONFIG_ARCH_CPU_INIT

Signed-off-by: Tom Rini <trini@konsulko.com>
configs/s5p4418_nanopi2_defconfig
include/configs/s5p4418_nanopi2.h

index 06017437cccf316e68a2aa6f5f7fed20b63ba56f..eaf319e58a2a0f8fdf837ac83f06c52e1f2ca14a 100644 (file)
@@ -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
index f49f5faa7f123be40a8a6fa6c2005e1c017f10f4..d22a84a50352810ad7ee9011e9e08c0286151ca6 100644 (file)
@@ -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