diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-04-12 16:11:54 +0800 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2016-04-13 13:03:20 +0800 |
commit | 67c19ad1a21780783efbcf1899cb6fdd7726ead7 (patch) | |
tree | e5a519de708097dcf3cc387df161a2b90a60cf6e /arch | |
parent | 3f5962277e5ea5ebb99b35ab6a8fb4fecf1ba62b (diff) | |
download | u-boot-imx-67c19ad1a21780783efbcf1899cb6fdd7726ead7.zip u-boot-imx-67c19ad1a21780783efbcf1899cb6fdd7726ead7.tar.gz u-boot-imx-67c19ad1a21780783efbcf1899cb6fdd7726ead7.tar.bz2 |
MLK-12616-11 imx: mx6ull: add mx6ull arm2 board support
Support mx6ull ddr3 arm2 board.
DDR script version 1.1. Passed memtester on 3 boards.
Take mx6ul 14x14 ddr3 arm2 as reference.
Note:
LCD/NAND/ECSPI not tested, need hardware rework.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
(cherry picked from commit 584050b98cf070bb608b652e89659ff20c47efba)
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/cpu/armv7/mx6/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index ce073da..db0c1cf 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -170,6 +170,11 @@ config TARGET_PLATINUM_TITANIUM bool "platinum-titanium" select SUPPORT_SPL +config TARGET_MX6ULL_DDR3_ARM2 + bool "Support mx6ull_ddr3_arm2" + select CPU_V7 + select MX6ULL + config TARGET_SECOMX6 bool "secomx6 boards" @@ -217,6 +222,7 @@ source "board/freescale/mx6sx_17x17_arm2/Kconfig" source "board/freescale/mx6sx_19x19_arm2/Kconfig" source "board/freescale/mx6ul_14x14_ddr3_arm2/Kconfig" source "board/freescale/mx6ul_14x14_lpddr2_arm2/Kconfig" +source "board/freescale/mx6ull_ddr3_arm2/Kconfig" source "board/gateworks/gw_ventana/Kconfig" source "board/kosagi/novena/Kconfig" source "board/seco/Kconfig" |