diff options
author | Ye Li <ye.li@nxp.com> | 2017-03-10 11:35:39 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:06:25 +0800 |
commit | 5827aa3d321d3316ba4100175afb9b39113bf893 (patch) | |
tree | d60f82d903a472fcd10b73fca4e7e4329758ec86 /configs/mx6sx_14x14_lpddr2_arm2_nand_defconfig | |
parent | df142b5636929eb52b7e4c312e187a029981bc81 (diff) | |
download | u-boot-imx-5827aa3d321d3316ba4100175afb9b39113bf893.zip u-boot-imx-5827aa3d321d3316ba4100175afb9b39113bf893.tar.gz u-boot-imx-5827aa3d321d3316ba4100175afb9b39113bf893.tar.bz2 |
MLK-14391-1 mx6sxarm2: Add mx6sx 14x14/17x17/19x19 arm2 board codes
Copy the board codes and build configurations for i.MX6SX 14x14/17x17/19x19
ARM2 boards from v2016.03 as the base for converting to OF_CONTROL and
DM driver.
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs/mx6sx_14x14_lpddr2_arm2_nand_defconfig')
-rw-r--r-- | configs/mx6sx_14x14_lpddr2_arm2_nand_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/mx6sx_14x14_lpddr2_arm2_nand_defconfig b/configs/mx6sx_14x14_lpddr2_arm2_nand_defconfig new file mode 100644 index 0000000..9a4c81b --- /dev/null +++ b/configs/mx6sx_14x14_lpddr2_arm2_nand_defconfig @@ -0,0 +1,5 @@ +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_TARGET_MX6SX_14X14_ARM2=y +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sx_17x17_arm2/mx6sx_14x14_lpddr2_arm2.cfg,LPDDR2,SYS_BOOT_NAND" +CONFIG_CMD_GPIO=y |