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_19x19_ddr3_arm2_eimnor_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_19x19_ddr3_arm2_eimnor_defconfig')
-rw-r--r-- | configs/mx6sx_19x19_ddr3_arm2_eimnor_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/mx6sx_19x19_ddr3_arm2_eimnor_defconfig b/configs/mx6sx_19x19_ddr3_arm2_eimnor_defconfig new file mode 100644 index 0000000..77bf7b1 --- /dev/null +++ b/configs/mx6sx_19x19_ddr3_arm2_eimnor_defconfig @@ -0,0 +1,5 @@ +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_TARGET_MX6SX_19X19_ARM2=y +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sx_19x19_arm2/imximage.cfg,SYS_BOOT_EIMNOR" +CONFIG_CMD_GPIO=y |