summaryrefslogtreecommitdiff
path: root/configs/igep0030_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/igep0030_defconfig
parentad560f87e0eb5c82a4f6393b6f873fa737556a59 (diff)
downloadu-boot-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/igep0030_defconfig')
-rw-r--r--configs/igep0030_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/igep0030_defconfig b/configs/igep0030_defconfig
index 75f731d..edc7520 100644
--- a/configs/igep0030_defconfig
+++ b/configs/igep0030_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_IGEP0030,BOOT_ONENAND"
+CONFIG_SYS_EXTRA_OPTIONS="MACH_TYPE=MACH_TYPE_IGEP0030"
+CONFIG_BOOTDELAY=3
CONFIG_SYS_CONSOLE_IS_IN_ENV=y
CONFIG_SYS_CONSOLE_INFO_QUIET=y
CONFIG_VERSION_VARIABLE=y
@@ -31,5 +32,6 @@ CONFIG_CMD_EXT4_WRITE=y
CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
CONFIG_CMD_UBI=y
+CONFIG_NET_RANDOM_ETHADDR=y
CONFIG_SYS_NS16550=y
CONFIG_OF_LIBFDT=y