]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
microblaze: Add missing undefs for UBI and UBIFS
authorStephan Linz <linz@li-pro.net>
Fri, 29 Jun 2012 21:23:33 +0000 (23:23 +0200)
committerMichal 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

index 1de6c697ed1e62334b9dbf86a718852a680e800f..e20eb0849cebfbd70ad474b9a7b0e19f973c332e 100644 (file)
 # 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)