diff options
author | Ladislav Michl <ladis@linux-mips.org> | 2016-07-12 20:28:32 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-07-22 14:46:18 -0400 |
commit | 4b9dc7c26b5a7e20c9be697f1ba3bb4ba995c643 (patch) | |
tree | 209ef49841c3a0e29cf1b1762e1ddf0c39169a6c /configs/igep0020_defconfig | |
parent | 97ee70606cae6cc7cc300b20ffb5da3c4b547374 (diff) |
igep00x0: UBIize
Convert IGEP board to use UBI volumes for U-Boot, its environment and
kernel. With exception of first four sectors read by SoC boot
ROM whole (One)NAND is UBI managed.
Also merge NAND and OneNAND defconfigs as now one binary can serve
both flashes.
As code is too big now, drop CONFIG_SPL_EXT_SUPPORT to make it fit.
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs/igep0020_defconfig')
-rw-r--r-- | configs/igep0020_defconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/igep0020_defconfig b/configs/igep0020_defconfig index 66dd93f005..649dd47f3b 100644 --- a/configs/igep0020_defconfig +++ b/configs/igep0020_defconfig @@ -2,7 +2,8 @@ CONFIG_ARM=y CONFIG_OMAP34XX=y CONFIG_TARGET_OMAP3_IGEP00X0=y CONFIG_SPL=y -CONFIG_SYS_EXTRA_OPTIONS="MACH_TYPE=MACH_TYPE_IGEP0020,BOOT_ONENAND" +CONFIG_SYS_EXTRA_OPTIONS="MACH_TYPE=MACH_TYPE_IGEP0020" +CONFIG_BOOTDELAY=3 CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set @@ -24,4 +25,5 @@ CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SYS_NS16550=y +CONFIG_USE_TINY_PRINTF=y CONFIG_OF_LIBFDT=y |