From: Stephan Linz Date: Fri, 29 Jun 2012 21:23:33 +0000 (+0200) Subject: microblaze: Add missing undefs for UBI and UBIFS X-Git-Tag: v2012.10-rc1~416^2~10 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2cce2d32318e66e5b72b78ff99e0ccdffa12277b;p=oweals%2Fu-boot.git 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 --- diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index 1de6c697ed..e20eb0849c 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)