diff mbox

[U-Boot] microblaze: add missing undefs for UBI and UBIFS

Message ID 1341005013-30936-1-git-send-email-linz@li-pro.net
State Accepted
Commit 2cce2d32318e66e5b72b78ff99e0ccdffa12277b
Delegated to: Michal Simek
Headers show

Commit Message

Stephan Linz June 29, 2012, 9:23 p.m. UTC
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 |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Michal Simek July 2, 2012, 5:58 a.m. UTC | #1
On 06/29/2012 11:23 PM, Stephan Linz wrote:
> 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 |    2 ++
>   1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
> index 2fd2279..2c7ed5d 100644
> --- a/include/configs/microblaze-generic.h
> +++ b/include/configs/microblaze-generic.h
> @@ -284,6 +284,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)

Applied.

Thanks,
Michal
diff mbox

Patch

diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
index 2fd2279..2c7ed5d 100644
--- a/include/configs/microblaze-generic.h
+++ b/include/configs/microblaze-generic.h
@@ -284,6 +284,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)