diff options
author | Ye Li <ye.li@nxp.com> | 2017-03-08 11:48:32 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:06:24 +0800 |
commit | 126d2e1ac5b53fc32dbd0000b2a22c11bfbcd19c (patch) | |
tree | fc942e85846581fd48810b2a3529813443060296 /arch | |
parent | e4f53022a8b0c911144fa8ec43a13da5641016fc (diff) | |
download | u-boot-imx-126d2e1ac5b53fc32dbd0000b2a22c11bfbcd19c.zip u-boot-imx-126d2e1ac5b53fc32dbd0000b2a22c11bfbcd19c.tar.gz u-boot-imx-126d2e1ac5b53fc32dbd0000b2a22c11bfbcd19c.tar.bz2 |
MLK-14380-1 mx6ullarm2: Add mx6ull DDR3 ARM2 board codes
Move the mx6ull ddr3 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/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index f3da549..d4bed4c 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -285,6 +285,13 @@ config TARGET_MX6UL_GEAM select DM_THERMAL select SUPPORT_SPL +config TARGET_MX6ULL_DDR3_ARM2 + bool "Support mx6ull_ddr3_arm2" + select BOARD_LATE_INIT + select MX6ULL + select DM + select DM_THERMAL + config TARGET_MX6ULL_14X14_EVK bool "Support mx6ull_14x14_evk" select BOARD_LATE_INIT @@ -423,6 +430,7 @@ 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/freescale/mx6ull_ddr3_arm2/Kconfig" source "board/grinn/liteboard/Kconfig" source "board/phytec/pcm058/Kconfig" source "board/gateworks/gw_ventana/Kconfig" |