projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f371b1
)
microblaze: Add missing undefs for UBI and UBIFS
author
Stephan Linz
<linz@li-pro.net>
Fri, 29 Jun 2012 21:23:33 +0000
(23:23 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Mon, 9 Jul 2012 08:44:26 +0000
(10:44 +0200)
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
patch
|
blob
|
history
diff --git
a/include/configs/microblaze-generic.h
b/include/configs/microblaze-generic.h
index 1de6c697ed1e62334b9dbf86a718852a680e800f..e20eb0849cebfbd70ad474b9a7b0e19f973c332e 100644
(file)
--- 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)