diff options
author | Alejandro Sierra <alejandro.sierra@nxp.com> | 2016-09-27 18:33:21 -0500 |
---|---|---|
committer | Juan Gutierrez <juan.gutierrez@nxp.com> | 2016-10-26 16:15:39 -0500 |
commit | 8d2e9cb7996cde1cee979d56b38c41ec84629416 (patch) | |
tree | 369e2ba177a7661d8916792f5be9a17172b74bd0 | |
parent | f351724520ba047b2019156bde1db6b853fb3b48 (diff) | |
download | u-boot-imx-8d2e9cb7996cde1cee979d56b38c41ec84629416.zip u-boot-imx-8d2e9cb7996cde1cee979d56b38c41ec84629416.tar.gz u-boot-imx-8d2e9cb7996cde1cee979d56b38c41ec84629416.tar.bz2 |
MLK-13292 mx6sxscm: evb: add support for epop evb board
Support for the ePOP i.MX SX SCM Evaluation Board (EVB)
This provides the configuration files for 512mb and emmc
support.
Signed-off-by: Alejandro Sierra <alejandro.sierra@nxp.com>
Signed-off-by: Juan Gutierrez <juan.gutierrez@nxp.com>
-rw-r--r-- | configs/mx6sxscm_epop_evb_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/mx6sxscm_epop_evb_defconfig b/configs/mx6sxscm_epop_evb_defconfig new file mode 100644 index 0000000..7521a0f --- /dev/null +++ b/configs/mx6sxscm_epop_evb_defconfig @@ -0,0 +1,5 @@ +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_TARGET_MX6SXSCM=y +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sxscm/imximage_lpddr2.cfg,MX6SX,512MB_LPDDR2,MX6SXSCM_EMMC" +CONFIG_CMD_GPIO=y |