summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-06-19 15:27:49 +0800
committerYe.Li <B37916@freescale.com>2015-06-19 17:15:35 +0800
commitc0fc92d28b133ddf053f39635cc9f745224f8111 (patch)
treeb432b9867bd8de1468471b1a21e93f986145a72d /arch
parentd307893d5c62ba6f4172e526d4193c4c97b3fba6 (diff)
downloadu-boot-imx-c0fc92d28b133ddf053f39635cc9f745224f8111.zip
u-boot-imx-c0fc92d28b133ddf053f39635cc9f745224f8111.tar.gz
u-boot-imx-c0fc92d28b133ddf053f39635cc9f745224f8111.tar.bz2
MLK-11135-2 imx: mx6ul: Add MX6UL LPDDR2 ARM2 board support
Add MX6UL LPDDR2 ARM2 board BSP codes, supported peripherals: SD1, eMMC(USDHC2), USB OTG1, I2C, ENET2, PMIC. Due to a board issue, the SD1 only supports 1 bit bus width. Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 8f7ee12..2174996 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -568,6 +568,10 @@ config TARGET_MX6UL_14X14_DDR3_ARM2
bool "Support mx6ul_14x14_ddr3_arm2"
select CPU_V7
+config TARGET_MX6UL_14X14_LPDDR2_ARM2
+ bool "Support mx6ul_14x14_lpddr2_arm2"
+ select CPU_V7
+
config TARGET_GW_VENTANA
bool "Support gw_ventana"
select CPU_V7
@@ -870,6 +874,7 @@ source "board/freescale/mx7d_19x19_ddr3_arm2/Kconfig"
source "board/freescale/mx7dsabresd/Kconfig"
source "board/freescale/mx6ul_14x14_evk/Kconfig"
source "board/freescale/mx6ul_14x14_ddr3_arm2/Kconfig"
+source "board/freescale/mx6ul_14x14_lpddr2_arm2/Kconfig"
source "board/freescale/vf610twr/Kconfig"
source "board/gateworks/gw_ventana/Kconfig"
source "board/genesi/mx51_efikamx/Kconfig"