summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorAdrian Alonso <aalonso@freescale.com>2015-09-03 11:49:28 -0500
committerStefano Babic <sbabic@denx.de>2015-09-13 10:11:54 +0200
commit1a8150d4b16fbafa6f1d207ddb85eda7dc399e2d (patch)
treed0ab7d1917554c24b42da7a689893de5602e546d /configs
parentcd562c8d07c0684a49edb41eedc207fed7690f56 (diff)
downloadtalos-obmc-uboot-1a8150d4b16fbafa6f1d207ddb85eda7dc399e2d.tar.gz
talos-obmc-uboot-1a8150d4b16fbafa6f1d207ddb85eda7dc399e2d.zip
imx: mx7dsabresd: Add support for MX7D SABRESD board
* Add i.MX7D SABRESD target board support with enabled modules: UART, PMIC, USB/OTG, SD, eMMC, ENET, I2C, 74LV IOX. Build target: mx7dsabresd_config Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Signed-off-by: Fugang Duan <B38611@freescale.com> Signed-off-by: Ye.Li <B37916@freescale.com> Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/mx7dsabresd_defconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/configs/mx7dsabresd_defconfig b/configs/mx7dsabresd_defconfig
new file mode 100644
index 0000000000..bb95424482
--- /dev/null
+++ b/configs/mx7dsabresd_defconfig
@@ -0,0 +1,14 @@
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7dsabresd/imximage.cfg,MX7D"
+CONFIG_ARM=y
+CONFIG_ARCH_MX7=y
+CONFIG_TARGET_MX7DSABRESD=y
+CONFIG_SYS_MALLOC_F=y
+CONFIG_SYS_MALLOC_F_LEN=0x400
+CONFIG_CMD_NET=y
+CONFIG_CMD_PING=y
+CONFIG_CMD_DHCP=y
+# CONFIG_CMD_BOOTD is not set
+# CONFIG_CMD_SETEXPR is not set
+# CONFIG_CMD_IMI is not set
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_XIMG is not set
OpenPOWER on IntegriCloud