summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-05-05 15:19:07 +0800
committerYe.Li <B37916@freescale.com>2015-05-05 16:59:05 +0800
commitd531a52ff07cbc1b37186f47a95d042ecb5a82d9 (patch)
tree8709a8daa5aaac3d1a8112673ae36bff22050102 /arch
parent679b7083f415f05f55d96e40e9cf8968390276f6 (diff)
downloadu-boot-imx-d531a52ff07cbc1b37186f47a95d042ecb5a82d9.zip
u-boot-imx-d531a52ff07cbc1b37186f47a95d042ecb5a82d9.tar.gz
u-boot-imx-d531a52ff07cbc1b37186f47a95d042ecb5a82d9.tar.bz2
MLK-10821 imx: mx6ulevk: Add board support for mx6ulevk
Add BSP codes to support modules on the board: I2C, SD/eMMC, NAND, QSPI, FEC1/FEC2, USB, LCDIF, 74LV, Serial DDR version: 1.0 Build target: mx6ulevk_config mx6ulevk_qspi1_config 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 49c6d93..abe981b 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -556,6 +556,10 @@ config TARGET_MX7DSABRESD
bool "Support mx7dsabresd"
select CPU_V7
+config TARGET_MX6ULEVK
+ bool "Support mx6ulevk"
+ select CPU_V7
+
config TARGET_GW_VENTANA
bool "Support gw_ventana"
select CPU_V7
@@ -855,6 +859,7 @@ source "board/freescale/mx6sx_19x19_arm2/Kconfig"
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/vf610twr/Kconfig"
source "board/gateworks/gw_ventana/Kconfig"
source "board/genesi/mx51_efikamx/Kconfig"