summaryrefslogtreecommitdiffstats
path: root/configs/mx7dsabresd_defconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-09-28 05:14:15 -0700
committerTom Rini <trini@konsulko.com>2015-09-28 09:06:13 -0400
commit80df6913499a93bfa9529b6f0f8113bfe3b0d734 (patch)
tree2f1db7a56e40e3bfb125014856d3edf39a995fca /configs/mx7dsabresd_defconfig
parent1a9c229bf754c89f42b085451ad506693f326427 (diff)
downloadtalos-obmc-uboot-80df6913499a93bfa9529b6f0f8113bfe3b0d734.tar.gz
talos-obmc-uboot-80df6913499a93bfa9529b6f0f8113bfe3b0d734.zip
Reorder defconfigs with 'savedefconfig'
Some boards' defconfigs are disordered. Reorder them. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/mx7dsabresd_defconfig')
-rw-r--r--configs/mx7dsabresd_defconfig11
1 files changed, 4 insertions, 7 deletions
diff --git a/configs/mx7dsabresd_defconfig b/configs/mx7dsabresd_defconfig
index bb95424482..60aacb2c6a 100644
--- a/configs/mx7dsabresd_defconfig
+++ b/configs/mx7dsabresd_defconfig
@@ -1,14 +1,11 @@
-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_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7dsabresd/imximage.cfg,MX7D"
# 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
+# CONFIG_CMD_SETEXPR is not set
+CONFIG_CMD_DHCP=y
+CONFIG_CMD_PING=y
OpenPOWER on IntegriCloud