aboutsummaryrefslogtreecommitdiff
path: root/include/configs/microblaze-generic.h
diff options
context:
space:
mode:
authorStephan Linz <linz@li-pro.net>2012-06-29 23:23:33 +0200
committerMichal Simek <monstr@monstr.eu>2012-07-09 10:44:26 +0200
commit2cce2d32318e66e5b72b78ff99e0ccdffa12277b (patch)
tree51e819205efa8ce80125a631458a23b4b772d66e /include/configs/microblaze-generic.h
parent8f371b18503763b246b4fefa78da1b049a74ef48 (diff)
microblaze: Add missing undefs for UBI and UBIFS
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>
Diffstat (limited to 'include/configs/microblaze-generic.h')
-rw-r--r--include/configs/microblaze-generic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
index 1de6c697e..e20eb0849 100644
--- a/include/configs/microblaze-generic.h
+++ b/include/configs/microblaze-generic.h
@@ -306,6 +306,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)