From 4b945370c326d74058fe30b473707915023e8bbb Mon Sep 17 00:00:00 2001 From: "Ye.Li" Date: Mon, 2 Mar 2015 12:02:31 +0800 Subject: MLK-10351 imx: mx7d: Add 19x19 DDR3L ARM2 board support Add BSP codes, configuration head file and build target for 19x19 DDR3L ARM2 board with basic functions: ENET2, I2C, SD/eMMC/MMC, USB, QSPI, ECSPI, pfuze3000 PMIC. Build target: mx7d_19x19_ddr3_arm2_config Signed-off-by: Ye.Li (cherry picked from commit 58fd869e3097b7461fbfae3d94e3ebbd30ae2474) Signed-off-by: Peng Fan Conflicts: boards.cfg --- arch/arm/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch/arm') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 5e01e9f..bfa0e50 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -548,6 +548,10 @@ config TARGET_MX7D_12X12_LPDDR3_ARM2 bool "Support mx7d_12x12_lpddr3_arm2" select CPU_V7 +config TARGET_MX7D_19X19_DDR3_ARM2 + bool "Support mx7d_19x19_ddr3_arm2" + select CPU_V7 + config TARGET_GW_VENTANA bool "Support gw_ventana" select CPU_V7 @@ -845,6 +849,7 @@ 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/mx7d_19x19_ddr3_arm2/Kconfig" source "board/freescale/vf610twr/Kconfig" source "board/gateworks/gw_ventana/Kconfig" source "board/genesi/mx51_efikamx/Kconfig" -- cgit v1.1