summaryrefslogtreecommitdiff
path: root/configs/zmx25_defconfig
diff options
context:
space:
mode:
authorJagan Teki <jagan@openedev.com>2017-01-21 11:48:33 +0100
committerTom Rini <trini@konsulko.com>2017-01-21 15:12:33 -0500
commit3788b451e32bc925c4a63a882acc9c3b4ee895be (patch)
tree5b72e5d5e520e6af20d9e3a29b9d098d82576005 /configs/zmx25_defconfig
parentde70fefb1b65debb645c0a42bd896de744837dac (diff)
config: Move CONFIG_BOARD_LATE_INIT to defconfigs
Cc: Tom Rini <trini@konsulko.com> Signed-off-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'configs/zmx25_defconfig')
-rw-r--r--configs/zmx25_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/zmx25_defconfig b/configs/zmx25_defconfig
index 5eef16a3bc..48c5da5c6a 100644
--- a/configs/zmx25_defconfig
+++ b/configs/zmx25_defconfig
@@ -1,7 +1,7 @@
CONFIG_ARM=y
CONFIG_TARGET_ZMX25=y
-# CONFIG_MMC is not set
CONFIG_BOOTDELAY=5
+CONFIG_BOARD_LATE_INIT=y
# CONFIG_DISPLAY_CPUINFO is not set
# CONFIG_DISPLAY_BOARDINFO is not set
CONFIG_HUSH_PARSER=y
@@ -16,5 +16,6 @@ CONFIG_CMD_DHCP=y
CONFIG_CMD_PING=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_FAT=y
+# CONFIG_MMC is not set
CONFIG_USB=y
CONFIG_USB_STORAGE=y