summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/mx6
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-03-08 14:36:53 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:06:24 +0800
commit62c6437a7d3b07965d35f86c5bc53d4b27686230 (patch)
tree1cbc2d4b4d54ae338d52c9067d8a1fcd4f7e162c /arch/arm/cpu/armv7/mx6
parentb224cafc1c2eed90afc05e61d00366e56c1a8b5d (diff)
downloadu-boot-imx-62c6437a7d3b07965d35f86c5bc53d4b27686230.zip
u-boot-imx-62c6437a7d3b07965d35f86c5bc53d4b27686230.tar.gz
u-boot-imx-62c6437a7d3b07965d35f86c5bc53d4b27686230.tar.bz2
MLK-14382-1 mx6ularm2: Add DDR3 and LPDDR2 ARM2 board codes
Move the mx6ul DDR3/LPDDR2 ARM2 boards codes from v2016.03 u-boot as the base for OF_CONTROL enabling. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'arch/arm/cpu/armv7/mx6')
-rw-r--r--arch/arm/cpu/armv7/mx6/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig
index 639d640..f3da549 100644
--- a/arch/arm/cpu/armv7/mx6/Kconfig
+++ b/arch/arm/cpu/armv7/mx6/Kconfig
@@ -259,6 +259,20 @@ config TARGET_MX6UL_14X14_EVK
select DM_THERMAL
select SUPPORT_SPL
+config TARGET_MX6UL_14X14_DDR3_ARM2
+ bool "mx6ul_14x14_ddr3_arm2"
+ select BOARD_LATE_INIT
+ select MX6UL
+ select DM
+ select DM_THERMAL
+
+config TARGET_MX6UL_14X14_LPDDR2_ARM2
+ bool "mx6ul_14x14_lpddr2_arm2"
+ select BOARD_LATE_INIT
+ select MX6UL
+ select DM
+ select DM_THERMAL
+
config TARGET_MX6UL_GEAM
bool "Support Engicam GEAM6UL"
select MX6UL
@@ -406,6 +420,8 @@ source "board/freescale/mx6sllevk/Kconfig"
source "board/freescale/mx6sxsabresd/Kconfig"
source "board/freescale/mx6sxsabreauto/Kconfig"
source "board/freescale/mx6ul_14x14_evk/Kconfig"
+source "board/freescale/mx6ul_14x14_ddr3_arm2/Kconfig"
+source "board/freescale/mx6ul_14x14_lpddr2_arm2/Kconfig"
source "board/freescale/mx6ullevk/Kconfig"
source "board/grinn/liteboard/Kconfig"
source "board/phytec/pcm058/Kconfig"