
29 Jun
2012
29 Jun
'12
11:23 p.m.
In the case of missing flash usage disaple (undef) all the UBI support in the same way as for JFFS2.
Signed-off-by: Stephan Linz linz@li-pro.net --- include/configs/microblaze-generic.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index 2fd2279..2c7ed5d 100644 --- a/include/configs/microblaze-generic.h +++ b/include/configs/microblaze-generic.h @@ -284,6 +284,8 @@ # undef CONFIG_CMD_IMLS # undef CONFIG_CMD_FLASH # undef CONFIG_CMD_JFFS2 +# undef CONFIG_CMD_UBI +# undef CONFIG_CMD_UBIFS #endif
#if defined(CONFIG_CMD_JFFS2)
--
1.7.0.4