mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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>
This commit is contained in:
parent
8c6dcbb632
commit
c60bc71dfe
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue