diff options
author | Ye Li <ye.li@nxp.com> | 2016-07-01 16:40:27 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-07-19 16:05:53 +0800 |
commit | 56cb080858fde222522d41d4ffdf9afc0696d963 (patch) | |
tree | 6833fa760baf9f13d8bd7adf7075dea70061ce88 /configs | |
parent | 747e9c9980375ce79e2917ed39bbe159e88e10ca (diff) | |
download | u-boot-imx-56cb080858fde222522d41d4ffdf9afc0696d963.zip u-boot-imx-56cb080858fde222522d41d4ffdf9afc0696d963.tar.gz u-boot-imx-56cb080858fde222522d41d4ffdf9afc0696d963.tar.bz2 |
MLK-12988 imx: mx6ull Add board support for i.MX6ULL EVK
Add configs and board level codes for i.MX6ULL 14x14 EVK. Very similar
board from i.MX6UL EVK. I2C, UART, USB, QSPI, SD, ENET and LCD are ok
to work.
The codes for i.MX6ULL 9x9 EVK is kept. We will add 9x9 build target when
it is needed.
The DDR3 script is using version 1.2:
File: EVK_IMX6ULL_DDR3L_400MHz_512MB_16bit_V1.2_NewDRAM.inc
Test: 3 boards passed memtester.
Build target:
mx6ull_14x14_evk_defconfig
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6ull_14x14_evk_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/mx6ull_14x14_evk_defconfig b/configs/mx6ull_14x14_evk_defconfig new file mode 100644 index 0000000..6fbf69c --- /dev/null +++ b/configs/mx6ull_14x14_evk_defconfig @@ -0,0 +1,5 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ullevk/imximage.cfg" +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_TARGET_MX6ULL_14X14_EVK=y +CONFIG_CMD_GPIO=y |