diff options
author | Samuel Egli | 2016-06-07 08:55:39 +0200 |
---|---|---|
committer | Tom Rini | 2016-06-09 13:53:11 -0400 |
commit | 3c5d51fffc92417b38a2c94f4253e9a8a04100b8 (patch) | |
tree | 740814733a9044fda5b698b61bd8340707072ca9 | |
parent | d8ccbe93b576696852a7cdb2ac8018bb47ce787e (diff) |
siemens,am33x: add ubi fastmap support
From: Samuel Egli <samuel.egli@siemens.com>
Signed-off-by: Heiko Schocher <hs@denx.de>
-rw-r--r-- | include/configs/siemens-am33x-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h index dfc928d33b8..ae26dad4aa6 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 */ |