diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-02-22 16:10:56 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 13:14:58 +0800 |
commit | fd16e3e9782a17067b162d6b1972ad97bb05fe8f (patch) | |
tree | 65699535edf7ce678e025c0620c6050600c428bd /configs | |
parent | 1b32518d1c27f05eb84a4cb93594710354b2e343 (diff) | |
download | u-boot-imx-fd16e3e9782a17067b162d6b1972ad97bb05fe8f.zip u-boot-imx-fd16e3e9782a17067b162d6b1972ad97bb05fe8f.tar.gz u-boot-imx-fd16e3e9782a17067b162d6b1972ad97bb05fe8f.tar.bz2 |
MLK-12425-7: mx7dsabresd: support epdc
Support epdc for mx7dsabresd board.
Introduce a new configuration file mx7dsabresd_epdc_defconfig.
Add related settings.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx7dsabresd_epdc_defconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/mx7dsabresd_epdc_defconfig b/configs/mx7dsabresd_epdc_defconfig new file mode 100644 index 0000000..136541d --- /dev/null +++ b/configs/mx7dsabresd_epdc_defconfig @@ -0,0 +1,9 @@ +CONFIG_ARM=y +CONFIG_ARCH_MX7=y +CONFIG_TARGET_MX7DSABRESD=y +CONFIG_IMX_RDC=y +CONFIG_IMX_BOOTAUX=y +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7dsabresd/imximage.cfg,MX7D,MXC_EPDC" +CONFIG_CMD_GPIO=y +CONFIG_CMD_DHCP=y +CONFIG_CMD_PING=y |