]> git.sur5r.net Git - u-boot/blobdiff - arch/Kconfig
x86: spl: Add weak arch_cpu_init_dm()
[u-boot] / arch / Kconfig
index ffc7b45379401da5e9f339fd82ad14f85d392c36..76c690f6675e78eae2dfa07717d1009db6e3ec7f 100644 (file)
@@ -12,6 +12,7 @@ config ARC
        bool "ARC architecture"
        select HAVE_PRIVATE_LIBGCC
        select SUPPORT_OF_CONTROL
+       select ARCH_EARLY_INIT_R
 
 config ARM
        bool "ARM architecture"
@@ -25,6 +26,7 @@ config AVR32
 
 config BLACKFIN
        bool "Blackfin architecture"
+       select ARCH_MISC_INIT
 
 config M68K
        bool "M68000 architecture"
@@ -60,6 +62,7 @@ config PPC
 
 config SANDBOX
        bool "Sandbox"
+       select BOARD_LATE_INIT
        select SUPPORT_OF_CONTROL
        select DM
        select DM_KEYBOARD