diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-02-22 15:53:59 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 13:13:16 +0800 |
commit | 467974ffda4b874e16f0c84974c3d65d85f84f6a (patch) | |
tree | f91b6c4ef2650e8f026914dd512bdb4e92216c37 /configs | |
parent | 8e4304c2ab95928fb6fbb24ba83115cf1cd1e6d2 (diff) | |
download | u-boot-imx-467974ffda4b874e16f0c84974c3d65d85f84f6a.zip u-boot-imx-467974ffda4b874e16f0c84974c3d65d85f84f6a.tar.gz u-boot-imx-467974ffda4b874e16f0c84974c3d65d85f84f6a.tar.bz2 |
MLK-12425-4: mx6dlsabresd: support epdc
Support epdc for mx6dlsabresd board.
Introduce a new configuration file mx6dlsabresd_epdc_defconfig.
Add related settings.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6dlsabresd_epdc_defconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/mx6dlsabresd_epdc_defconfig b/configs/mx6dlsabresd_epdc_defconfig new file mode 100644 index 0000000..65a48b5 --- /dev/null +++ b/configs/mx6dlsabresd_epdc_defconfig @@ -0,0 +1,9 @@ +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6dlsabresd.cfg,MX6DL,MXC_EPDC" +CONFIG_TARGET_MX6SABRESD=y +CONFIG_DM=y +CONFIG_DM_THERMAL=y +CONFIG_CMD_GPIO=y +CONFIG_SPI_FLASH=y +CONFIG_SPI_FLASH_STMICRO=y |