diff options
author | Ye.Li <B37916@freescale.com> | 2015-05-22 14:16:35 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2015-05-25 17:20:55 +0800 |
commit | 96cf32fb7b5903058125e4443dd87be9283110db (patch) | |
tree | 6e26549a791aa62c7d8977a54ac3d6b6eca30c24 /arch | |
parent | f3f49d71c825067c803e5f7fd9e50e52ee89c428 (diff) | |
download | u-boot-imx-96cf32fb7b5903058125e4443dd87be9283110db.zip u-boot-imx-96cf32fb7b5903058125e4443dd87be9283110db.tar.gz u-boot-imx-96cf32fb7b5903058125e4443dd87be9283110db.tar.bz2 |
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/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index edda97b..8f7ee12 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -560,12 +560,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 @@ -868,8 +868,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" |