public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] igep00x0: Enable UBI fastmap
@ 2017-06-25  8:29 Ladislav Michl
  2017-06-26  5:09 ` Heiko Schocher
  2017-07-07 11:41 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Ladislav Michl @ 2017-06-25  8:29 UTC (permalink / raw)
  To: u-boot

Fastmap significantly reduces flash scan time, enable it by default.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 configs/igep0020_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/igep0020_defconfig b/configs/igep0020_defconfig
index 3856d3faec..a86a00997f 100644
--- a/configs/igep0020_defconfig
+++ b/configs/igep0020_defconfig
@@ -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
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-07 11:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-25  8:29 [U-Boot] [PATCH] igep00x0: Enable UBI fastmap Ladislav Michl
2017-06-26  5:09 ` Heiko Schocher
2017-07-07 11:41 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox