diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-02-23 16:25:42 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 14:27:28 +0800 |
commit | 54af2f744c663ac2326c1488a26fac0c4ccdad09 (patch) | |
tree | 849d59a5f2c422a1ca3f2dd5fa91b05424accbcd /configs | |
parent | d756891b9d303e456f59a18d5fa81969a7f37337 (diff) | |
download | u-boot-imx-54af2f744c663ac2326c1488a26fac0c4ccdad09.zip u-boot-imx-54af2f744c663ac2326c1488a26fac0c4ccdad09.tar.gz u-boot-imx-54af2f744c663ac2326c1488a26fac0c4ccdad09.tar.bz2 |
MLK-12436-7: imx: mx6qsabreauto: add solo board support
Add solo version ddr script and build target.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6solosabreauto_defconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/mx6solosabreauto_defconfig b/configs/mx6solosabreauto_defconfig new file mode 100644 index 0000000..eb31214 --- /dev/null +++ b/configs/mx6solosabreauto_defconfig @@ -0,0 +1,9 @@ +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_TARGET_MX6QSABREAUTO=y +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6qsabreauto/mx6solo.cfg,MX6SOLO,SYS_NOSMP=\"nosmp\"" +CONFIG_CMD_GPIO=y +CONFIG_SPI_FLASH=y +CONFIG_SPI_FLASH_STMICRO=y +CONFIG_DM=y +CONFIG_DM_THERMAL=y |