diff options
author | Ye.Li <B37916@freescale.com> | 2015-02-02 12:53:23 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-04-29 14:56:33 +0800 |
commit | 122e17706547c5a72b84332c8f1dc47914ff6279 (patch) | |
tree | d5e1accafd07a4f23d0a5a703efec2965fcd79bd /arch | |
parent | b81a3cbc857c440098e970c4bff1abd710cfbdd7 (diff) | |
download | u-boot-imx-122e17706547c5a72b84332c8f1dc47914ff6279.zip u-boot-imx-122e17706547c5a72b84332c8f1dc47914ff6279.tar.gz u-boot-imx-122e17706547c5a72b84332c8f1dc47914ff6279.tar.bz2 |
MLK-10191-3 imx: mx7: Add support for i.MX7D 12x12 LPDDR3 ARM2 board
Add BSP codes, configuration head file and build target for
12x12 LPDDR3 ARM2 board with basic functions:
ENET, I2C, SD/eMMC/MMC, USB, LCD Splash screen, QSPI, ECSPI,
pfuze3000 PMIC.
Note: pmic and video is still not upstream way
Signed-off-by: Ye.Li <B37916@freescale.com>
(cherry picked from commit ac0d51ef07fdec880e6da318c08d521506640efa)
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Conflicts:
boards.cfg
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 6fe5eee..5e01e9f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -544,6 +544,10 @@ config TARGET_MX6SX_19X19_ARM2 bool "Support mx6sx_19x19_arm2" select CPU_V7 +config TARGET_MX7D_12X12_LPDDR3_ARM2 + bool "Support mx7d_12x12_lpddr3_arm2" + select CPU_V7 + config TARGET_GW_VENTANA bool "Support gw_ventana" select CPU_V7 @@ -840,6 +844,7 @@ source "board/freescale/mx6sxsabresd/Kconfig" source "board/freescale/mx6sxsabreauto/Kconfig" source "board/freescale/mx6sx_17x17_arm2/Kconfig" source "board/freescale/mx6sx_19x19_arm2/Kconfig" +source "board/freescale/mx7d_12x12_lpddr3_arm2/Kconfig" source "board/freescale/vf610twr/Kconfig" source "board/gateworks/gw_ventana/Kconfig" source "board/genesi/mx51_efikamx/Kconfig" |