summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2017-02-07 18:24:39 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 17:23:50 +0800
commitdb7d3954b773a2b67e4211606551c06c7573df10 (patch)
treec4c817290e560cf2860a3134b185d6833a6487bf /arch/arm/cpu/armv7
parentb6122733dee0d857565fecf251f68f050eea3cb9 (diff)
downloadu-boot-imx-db7d3954b773a2b67e4211606551c06c7573df10.zip
u-boot-imx-db7d3954b773a2b67e4211606551c06c7573df10.tar.gz
u-boot-imx-db7d3954b773a2b67e4211606551c06c7573df10.tar.bz2
MLK-14419-2 imx: mx7d_arm2: add 12x12 ddr3 arm2 board support
Add 12x12 ddr3 arm2 board support and convert it to use OF_CONTROL and DM drivers. Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'arch/arm/cpu/armv7')
-rw-r--r--arch/arm/cpu/armv7/mx7/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx7/Kconfig b/arch/arm/cpu/armv7/mx7/Kconfig
index e64fa78..2e02f13 100644
--- a/arch/arm/cpu/armv7/mx7/Kconfig
+++ b/arch/arm/cpu/armv7/mx7/Kconfig
@@ -30,6 +30,13 @@ config TARGET_MX7D_12X12_LPDDR3_ARM2
select DM
select DM_THERMAL
+config TARGET_MX7D_12X12_DDR3_ARM2
+ bool "Support mx7d_12x12_ddr3_arm2"
+ select BOARD_LATE_INIT
+ select MX7D
+ select DM
+ select DM_THERMAL
+
config TARGET_WARP7
bool "warp7"
select BOARD_LATE_INIT
@@ -51,6 +58,7 @@ config SYS_SOC
source "board/freescale/mx7dsabresd/Kconfig"
source "board/freescale/mx7d_12x12_lpddr3_arm2/Kconfig"
+source "board/freescale/mx7d_12x12_ddr3_arm2/Kconfig"
source "board/toradex/colibri_imx7/Kconfig"
source "board/warp7/Kconfig"