diff options
author | Ye.Li <B37916@freescale.com> | 2015-08-14 16:39:06 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2015-08-17 11:02:55 +0800 |
commit | a8714a02a958897bad302fffbdee36acef98a003 (patch) | |
tree | 7d95c42007c1f04e1476deecb873f5e7800c088a /configs | |
parent | 045f4dbcc664ec5f34722ae36b5774124823e9a2 (diff) | |
download | u-boot-imx-a8714a02a958897bad302fffbdee36acef98a003.zip u-boot-imx-a8714a02a958897bad302fffbdee36acef98a003.tar.gz u-boot-imx-a8714a02a958897bad302fffbdee36acef98a003.tar.bz2 |
MLK-11364 imx: mx6ul : Add support for i.MX6UL 9x9 EVK board
The i.mx6ul 9x9 EVK shares the same base board with 6ul 14x14 EVK
with two main changes on CPU board:
1. Change to use pfuze 3000.
2. Use 256MB LPDDR2 memory.
This patch uses a macro CONFIG_6UL_9X9_LPDDR2 to distinguish the changes above,
basing on 14x14 EVK board level codes.
The new build target for the 9x9 EVK: mx6ul_9x9_evk_config
Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6ul_9x9_evk_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/mx6ul_9x9_evk_defconfig b/configs/mx6ul_9x9_evk_defconfig new file mode 100644 index 0000000..3df6580 --- /dev/null +++ b/configs/mx6ul_9x9_evk_defconfig @@ -0,0 +1,5 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ul_14x14_evk/imximage_lpddr2.cfg,MX6UL,MX6UL_9X9_LPDDR2" +CONFIG_ARM=y +CONFIG_TARGET_MX6UL_14X14_EVK=y +CONFIG_DM=y +CONFIG_DM_THERMAL=y |