summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-05-05 16:28:30 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-05-05 18:16:18 +0800
commit120e8a6f2e32291c126063de588194db937f1da3 (patch)
tree6d5b6f025cd149af3ffee4c823cee00807c99e58 /arch
parentd531a52ff07cbc1b37186f47a95d042ecb5a82d9 (diff)
downloadu-boot-imx-120e8a6f2e32291c126063de588194db937f1da3.zip
u-boot-imx-120e8a6f2e32291c126063de588194db937f1da3.tar.gz
u-boot-imx-120e8a6f2e32291c126063de588194db937f1da3.tar.bz2
MLK-10817 imx:mx6ul_ddr3_arm2 add mx6ul ddr3 arm2 board support
Add board code for mx6ul ddr3 arm2 board. QSPI, USDHC, ENET, USB, VIDEO, SPINOR, EIMNOR Add sd1, qspi and spinor boot support DDR script is 1.02 version. Signed-off-by: Fugang Duan <b38611@freescale.com> Signed-off-by: Ye.Li <B37916@freescale.com> Signed-off-by: Peng Fan <Peng.Fan@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 abe981b..1da65d7 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -560,6 +560,10 @@ config TARGET_MX6ULEVK
bool "Support mx6ulevk"
select CPU_V7
+config TARGET_MX6UL_DDR3_ARM2
+ bool "Support mx6ul_ddr3_arm2"
+ select CPU_V7
+
config TARGET_GW_VENTANA
bool "Support gw_ventana"
select CPU_V7
@@ -860,6 +864,7 @@ source "board/freescale/mx7d_12x12_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/vf610twr/Kconfig"
source "board/gateworks/gw_ventana/Kconfig"
source "board/genesi/mx51_efikamx/Kconfig"