summaryrefslogtreecommitdiff
path: root/configs/igep0032_defconfig
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2016-11-04 11:57:27 (GMT)
committerTom Rini <trini@konsulko.com>2016-11-13 20:54:34 (GMT)
commit2baaa31024c755d26f3c2ae24efa5d8d959ee665 (patch)
treeb70bcd7129815a6ddae872d5577c550fc68527ea /configs/igep0032_defconfig
parentad560f87e0eb5c82a4f6393b6f873fa737556a59 (diff)
downloadu-boot-fsl-qoriq-2baaa31024c755d26f3c2ae24efa5d8d959ee665.tar.xz
igep00x0: consolidate defconfigs
Defconfigs should remain the same except CONFIG_SYS_EXTRA_OPTIONS. Drop NAND specific defconfig as flash type is runtime detected. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Reviewed-by: Javier Martinez Canillas <javier@samsung.com>
Diffstat (limited to 'configs/igep0032_defconfig')
-rw-r--r--configs/igep0032_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/igep0032_defconfig b/configs/igep0032_defconfig
index 1819995..81d05d4 100644
--- a/configs/igep0032_defconfig
+++ b/configs/igep0032_defconfig
@@ -2,7 +2,8 @@ CONFIG_ARM=y
CONFIG_OMAP34XX=y
# CONFIG_SPL_EXT_SUPPORT is not set
CONFIG_TARGET_OMAP3_IGEP00X0=y
-CONFIG_SYS_EXTRA_OPTIONS="MACH_TYPE=MACH_TYPE_IGEP0032,BOOT_ONENAND"
+CONFIG_SYS_EXTRA_OPTIONS="MACH_TYPE=MACH_TYPE_IGEP0032"
+CONFIG_BOOTDELAY=3
CONFIG_SYS_CONSOLE_IS_IN_ENV=y
CONFIG_SYS_CONSOLE_INFO_QUIET=y
CONFIG_VERSION_VARIABLE=y