summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 426d6a03a0..e62f1b7526 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -568,12 +568,12 @@ config TARGET_MX7DSABRESD
bool "Support mx7dsabresd"
select CPU_V7
-config TARGET_MX6ULEVK
- bool "Support mx6ulevk"
+config TARGET_MX6UL_14X14_EVK
+ bool "Support mx6ul_14x14_evk"
select CPU_V7
-config TARGET_MX6UL_DDR3_ARM2
- bool "Support mx6ul_ddr3_arm2"
+config TARGET_MX6UL_14X14_DDR3_ARM2
+ bool "Support mx6ul_14x14_ddr3_arm2"
select CPU_V7
config TARGET_GW_VENTANA
@@ -880,8 +880,8 @@ source "board/freescale/mx7d_12x12_lpddr3_arm2/Kconfig"
source "board/freescale/mx7d_19x19_lpddr3_arm2/Kconfig"
source "board/freescale/mx7d_19x19_ddr3_arm2/Kconfig"
source "board/freescale/mx7dsabresd/Kconfig"
-source "board/freescale/mx6ulevk/Kconfig"
-source "board/freescale/mx6ul_ddr3_arm2/Kconfig"
+source "board/freescale/mx6ul_14x14_evk/Kconfig"
+source "board/freescale/mx6ul_14x14_ddr3_arm2/Kconfig"
source "board/freescale/vf610twr/Kconfig"
source "board/gateworks/gw_ventana/Kconfig"
source "board/genesi/mx51_efikamx/Kconfig"