diff options
| author | Stephan Linz <linz@li-pro.net> | 2012-06-29 23:23:33 +0200 | 
|---|---|---|
| committer | Michal Simek <monstr@monstr.eu> | 2012-07-09 10:44:26 +0200 | 
| commit | 2cce2d32318e66e5b72b78ff99e0ccdffa12277b (patch) | |
| tree | 51e819205efa8ce80125a631458a23b4b772d66e | |
| parent | 8f371b18503763b246b4fefa78da1b049a74ef48 (diff) | |
| download | olio-uboot-2014.01-2cce2d32318e66e5b72b78ff99e0ccdffa12277b.tar.xz olio-uboot-2014.01-2cce2d32318e66e5b72b78ff99e0ccdffa12277b.zip  | |
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>
| -rw-r--r-- | 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 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)  |