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:45:10 -0500 |
commit | 11a444e1ccfeba9bd3da80648172da097983dfce (patch) | |
tree | eb874945fa423778c743f80e989a3b1eb00a2d8c | |
parent | fbdc4f3eba8ecb3de87fc5387ced9b81b04617df (diff) | |
download | u-boot-imx-11a444e1ccfeba9bd3da80648172da097983dfce.zip u-boot-imx-11a444e1ccfeba9bd3da80648172da097983dfce.tar.gz u-boot-imx-11a444e1ccfeba9bd3da80648172da097983dfce.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 |