]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/s5pc1xx/Kconfig
arm: socfpga: spl: Add call to timer_init
[u-boot] / arch / arm / cpu / armv7 / s5pc1xx / Kconfig
index 2fbbc1820397218dfce43a1fa21494c38acc596c..bc738138328020020bad3a04ff8aea2d179b1dd2 100644 (file)
@@ -5,17 +5,14 @@ choice
 
 config TARGET_S5P_GONI
        bool "S5P Goni board"
-       select OF_CONTROL if !SPL_BUILD
+       select OF_CONTROL
 
 config TARGET_SMDKC100
        bool "Support smdkc100 board"
-       select OF_CONTROL if !SPL_BUILD
+       select OF_CONTROL
 
 endchoice
 
-config SYS_CPU
-       default "armv7"
-
 config SYS_SOC
        default "s5pc1xx"