mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
igep00x0: Enable UBI fastmap
Fastmap significantly reduces flash scan time, enable it by default. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Acked-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
ffc282e199
commit
31da6e30c4
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ CONFIG_LED_STATUS_STATE=2
|
|||
CONFIG_LED_STATUS_BOOT_ENABLE=y
|
||||
CONFIG_LED_STATUS_BOOT=0
|
||||
CONFIG_MMC_OMAP_HS=y
|
||||
CONFIG_MTD_UBI_FASTMAP=y
|
||||
CONFIG_SYS_NS16550=y
|
||||
CONFIG_FAT_WRITE=y
|
||||
CONFIG_OF_LIBFDT=y
|
||||
|
|
Loading…
Reference in a new issue