armv7/ls102xa: Fix non-boot cpus cannot correctly fall in spin table
[oweals/u-boot.git] / arch / arm / cpu / armv7 / mx6 / Kconfig
index 10908c4c4a295d1b2da47422aaa5056a6887abb0..dce7ffc022ae7ef9d30a29147c509dfdd3cd98f5 100644 (file)
@@ -25,17 +25,26 @@ config MX6SL
 config MX6SX
        bool
 
+config MX6UL
+       select SYS_L2CACHE_OFF
+       bool
+
 choice
        prompt "MX6 board select"
        optional
 
+config TARGET_CM_FX6
+       bool "Support CM-FX6"
+       select SUPPORT_SPL
+       select DM
+       select DM_SERIAL
+       select DM_GPIO
+
 config TARGET_SECOMX6
        bool "Support secomx6 boards"
-       select CPU_V7
 
 config TARGET_TQMA6
        bool "TQ Systems TQMa6 board"
-       select CPU_V7
 
 endchoice