diff options
Diffstat (limited to 'arch/arm/cpu/armv7/mx6')
-rw-r--r-- | arch/arm/cpu/armv7/mx6/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index 2c18bcd7a2..68b46c10d4 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -31,7 +31,6 @@ choice config TARGET_CM_FX6 bool "Support CM-FX6" - select CPU_V7 select SUPPORT_SPL select DM select DM_SERIAL @@ -39,11 +38,9 @@ config TARGET_CM_FX6 config TARGET_SECOMX6 bool "Support secomx6 boards" - select CPU_V7 config TARGET_TQMA6 bool "TQ Systems TQMa6 board" - select CPU_V7 endchoice |