summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-03-09 13:46:40 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:06:25 +0800
commitc50a1156dae65677ae1bf1f2d4503abcdea9c514 (patch)
tree25986bb61678442d498f218929b49e070850925b /arch
parent5d1ac94da8eefb03a14de6b8cdc303cf581c22e6 (diff)
downloadu-boot-imx-c50a1156dae65677ae1bf1f2d4503abcdea9c514.zip
u-boot-imx-c50a1156dae65677ae1bf1f2d4503abcdea9c514.tar.gz
u-boot-imx-c50a1156dae65677ae1bf1f2d4503abcdea9c514.tar.bz2
MLK-14390-1 mx6sllarm2: Add mx6sll LPDDR2/3 ARM2 board codes
Move the mx6sll lpddr2/3 arm2 board codes and defconfigs from v2016.03 as the base for converting to use DTB OF_CONTROL. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/cpu/armv7/mx6/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig
index d4bed4c..3c5dc81 100644
--- a/arch/arm/cpu/armv7/mx6/Kconfig
+++ b/arch/arm/cpu/armv7/mx6/Kconfig
@@ -226,6 +226,13 @@ config TARGET_MX6SLLEVK
select DM
select DM_THERMAL
+config TARGET_MX6SLL_ARM2
+ bool "mx6sll arm2"
+ select BOARD_LATE_INIT
+ select MX6SLL
+ select DM
+ select DM_THERMAL
+
config TARGET_MX6SXSABRESD
bool "mx6sxsabresd"
select MX6SX
@@ -423,6 +430,7 @@ source "board/freescale/mx6qarm2/Kconfig"
source "board/freescale/mx6qsabreauto/Kconfig"
source "board/freescale/mx6sabresd/Kconfig"
source "board/freescale/mx6slevk/Kconfig"
+source "board/freescale/mx6sll_arm2/Kconfig"
source "board/freescale/mx6sllevk/Kconfig"
source "board/freescale/mx6sxsabresd/Kconfig"
source "board/freescale/mx6sxsabreauto/Kconfig"