From 96cf32fb7b5903058125e4443dd87be9283110db Mon Sep 17 00:00:00 2001 From: "Ye.Li" Date: Fri, 22 May 2015 14:16:35 +0800 Subject: 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 --- arch/arm/Kconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'arch') 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" -- cgit v1.1