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 /include/configs/microblaze-generic.h | |
parent | 8f371b18503763b246b4fefa78da1b049a74ef48 (diff) | |
download | u-boot-imx-2cce2d32318e66e5b72b78ff99e0ccdffa12277b.zip u-boot-imx-2cce2d32318e66e5b72b78ff99e0ccdffa12277b.tar.gz u-boot-imx-2cce2d32318e66e5b72b78ff99e0ccdffa12277b.tar.bz2 |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index 1de6c69..e20eb08 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) |