diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2015-08-06 00:47:08 +0200 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2015-08-13 13:06:03 -0700 |
commit | c60bc71dfeca7ba2a78701b25445546233ede157 (patch) | |
tree | 46d66dcde62dd17bc7fdad633c7548f5437587cb | |
parent | 8c6dcbb63236b4feaf437374637bd977d0072822 (diff) | |
download | u-boot-imx-c60bc71dfeca7ba2a78701b25445546233ede157.zip u-boot-imx-c60bc71dfeca7ba2a78701b25445546233ede157.tar.gz u-boot-imx-c60bc71dfeca7ba2a78701b25445546233ede157.tar.bz2 |
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 <marcel.ziswiler@toradex.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
-rw-r--r-- | include/configs/colibri_t20.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h index d0585f6..15bb7b2 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 |