[U-Boot] [PATCH v2 1/7] siemens,am33x: add ubi fastmap support
Heiko Schocher
hs at denx.de
Tue May 31 14:08:06 CEST 2016
From: Samuel Egli <samuel.egli at siemens.com>
From: Samuel Egli <samuel.egli at siemens.com>
Signed-off-by: Heiko Schocher <hs at denx.de>
---
Changes in v2:
- rebase to current mainline commit id:
e4a94ce4ac77396b181663c0493c50bc2d5b9143
include/configs/siemens-am33x-common.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h
index dfc928d..ae26dad 100644
--- a/include/configs/siemens-am33x-common.h
+++ b/include/configs/siemens-am33x-common.h
@@ -288,6 +288,8 @@
#define CONFIG_LZO
#define CONFIG_CMD_UBI
#define CONFIG_CMD_UBIFS
+#define CONFIG_MTD_UBI_FASTMAP
+#define CONFIG_MTD_UBI_FASTMAP_AUTOCONVERT 1
#endif
/* Commen environment */
--
2.5.5
More information about the U-Boot
mailing list