diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-04-12 12:35:38 +0800 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2016-04-12 14:07:27 +0800 |
commit | 584050b98cf070bb608b652e89659ff20c47efba (patch) | |
tree | 881ac3f77335b129abd15a5b3cffe3c70cee2894 /arch/arm | |
parent | f774a4c12b8ef197483075bbcd840b3ea27308e9 (diff) | |
download | u-boot-imx-584050b98cf070bb608b652e89659ff20c47efba.zip u-boot-imx-584050b98cf070bb608b652e89659ff20c47efba.tar.gz u-boot-imx-584050b98cf070bb608b652e89659ff20c47efba.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>
Diffstat (limited to 'arch/arm')
-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 a113835..5e82078 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -35,6 +35,11 @@ config MX6ULL choice prompt "MX6 board select" +config TARGET_MX6ULL_DDR3_ARM2 + bool "Support mx6ull_ddr3_arm2" + select CPU_V7 + select MX6ULL + config TARGET_SECOMX6 bool "Support secomx6 boards" select CPU_V7 @@ -45,5 +50,6 @@ config SYS_SOC default "mx6" source "board/seco/Kconfig" +source "board/freescale/mx6ull_ddr3_arm2/Kconfig" endif |