summaryrefslogtreecommitdiff
path: root/configs/imx31_phycore_eet_defconfig
diff options
context:
space:
mode:
authorJagan Teki <jagan@openedev.com>2017-01-21 13:48:33 +0300
committerTom Rini <trini@konsulko.com>2017-01-21 23:12:33 +0300
commit3788b451e32bc925c4a63a882acc9c3b4ee895be (patch)
tree5b72e5d5e520e6af20d9e3a29b9d098d82576005 /configs/imx31_phycore_eet_defconfig
parentde70fefb1b65debb645c0a42bd896de744837dac (diff)
downloadu-boot-3788b451e32bc925c4a63a882acc9c3b4ee895be.tar.xz
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/imx31_phycore_eet_defconfig')
-rw-r--r--configs/imx31_phycore_eet_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/imx31_phycore_eet_defconfig b/configs/imx31_phycore_eet_defconfig
index eb56222c78..1137194d60 100644
--- a/configs/imx31_phycore_eet_defconfig
+++ b/configs/imx31_phycore_eet_defconfig
@@ -1,12 +1,13 @@
CONFIG_ARM=y
CONFIG_TARGET_IMX31_PHYCORE=y
-# CONFIG_MMC is not set
CONFIG_VIDEO=y
CONFIG_SYS_EXTRA_OPTIONS="IMX31_PHYCORE_EET"
CONFIG_BOOTDELAY=3
# CONFIG_CONSOLE_MUX is not set
CONFIG_SYS_CONSOLE_IS_IN_ENV=y
+CONFIG_BOARD_LATE_INIT=y
CONFIG_CMD_SPI=y
CONFIG_CMD_I2C=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_PING=y
+# CONFIG_MMC is not set