diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-10-19 10:37:17 +0800 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2016-10-19 10:37:17 +0800 |
commit | 74054cc9eb8077b375f41235b081f1a1596fa4a6 (patch) | |
tree | 62ca21ffa40e1651ee1fe2e15eb187a5a48575a6 /configs | |
parent | 4deeb82446def7ac7b74c6fec61cefe7893eae06 (diff) | |
download | u-boot-imx-74054cc9eb8077b375f41235b081f1a1596fa4a6.zip u-boot-imx-74054cc9eb8077b375f41235b081f1a1596fa4a6.tar.gz u-boot-imx-74054cc9eb8077b375f41235b081f1a1596fa4a6.tar.bz2 |
MLK-13352 imx: mx6sll: support mx6sllevk board
Add mx6sll evk board support.
USB/LCDIF/I2C/SD/EMMC/WDOG supported.
The ddr script is from mx6sll lpddr3 arm2 board.
Signed-off-by: Ye.Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6sllevk_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/mx6sllevk_defconfig b/configs/mx6sllevk_defconfig new file mode 100644 index 0000000..7f0e717 --- /dev/null +++ b/configs/mx6sllevk_defconfig @@ -0,0 +1,5 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sllevk/imximage.cfg" +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_TARGET_MX6SLLEVK=y +CONFIG_CMD_GPIO=y |