From: Marcel Ziswiler Date: Wed, 5 Aug 2015 22:47:08 +0000 (+0200) Subject: colibri_t20: enable ubi/ubifs support X-Git-Tag: v2015.10-rc2~48 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c60bc71dfeca7ba2a78701b25445546233ede157;p=u-boot colibri_t20: enable ubi/ubifs support Now as all is in place actually enable UBI/UBIFS support to be able to boot the Linux kernel and root file system from NAND. Signed-off-by: Marcel Ziswiler Acked-by: Stephen Warren Signed-off-by: Tom Warren --- diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h index d0585f6a01..15bb7b272d 100644 --- a/include/configs/colibri_t20.h +++ b/include/configs/colibri_t20.h @@ -79,6 +79,14 @@ #undef CONFIG_ENV_SIZE /* undef size from tegra20-common.h */ #define CONFIG_ENV_SIZE (SZ_64K) +/* UBI */ +#define CONFIG_CMD_BOOTZ +#define CONFIG_CMD_UBI +#define CONFIG_CMD_UBIFS /* increases size by almost 60 KB */ +#define CONFIG_LZO +#define CONFIG_MTD_UBI_FASTMAP +#define CONFIG_RBTREE + /* Debug commands */ #define CONFIG_CMD_CACHE