summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-05-22 14:16:35 +0800
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 14:42:36 +0100
commit9df2e9c95804304ab96bf4177383a85358398db9 (patch)
tree72c850b100592afb65cc8facacb0a3c5978f099c /arch
parent136804722619625a23139305f4d925138b293382 (diff)
MLK-10956 imx: mx6ul: Change BSP name and dtb name for 14x14 package
Since there is another 9x9 package for mx6ul, modify the BSP names of ddr3 arm2 board and evk board to add 14x14 package info. Also modify the loaded dtb file to align with kernel. After the change, the build target for mx6ul ddr3 arm2 board is: mx6ul_14x14_ddr3_arm2_config and the build target for mx6ul evk board is: mx6ul_14x14_evk_config Signed-off-by: Ye.Li <B37916@freescale.com>
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"