]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tricorder: Add UBIFS
authorBernhard Walle <walle@corscience.de>
Tue, 3 Apr 2012 00:37:03 +0000 (00:37 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 16 Apr 2012 12:47:58 +0000 (14:47 +0200)
Since kernel should be in a ubifs partition, we need UBIFS.
The greater malloc size is needed for UBIFS.

Signed-off-by: Bernhard Walle <walle@corscience.de>
Squashed two commits (UBIFS enabled and malloc size increased) into one.
Signed-off-by: Thomas Weber <weber@corscience.de>
include/configs/tricorder.h

index ba8847b40211910bdb836a0743988ab67febd7b4..d826e19bd75a6c686e7488052199022fa925735d 100644 (file)
@@ -71,7 +71,7 @@
 /* Size of malloc() pool */
 #define CONFIG_ENV_SIZE                        (128 << 10)     /* 128 KiB */
                                                /* Sector */
-#define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (512 << 10))
+#define CONFIG_SYS_MALLOC_LEN          (1024*1024)
 
 /* Hardware drivers */
 
 #define CONFIG_CMD_MTDPARTS            /* Enable MTD parts commands */
 #define CONFIG_CMD_NAND                        /* NAND support */
 #define CONFIG_CMD_NAND_LOCK_UNLOCK    /* nand (un)lock commands */
-#define CONFIG_CMD_UBI                 /* UBIFS commands */
+#define CONFIG_CMD_UBI                 /* UBI commands */
+#define CONFIG_CMD_UBIFS               /* UBIFS commands */
+#define CONFIG_LZO                     /* LZO is needed for UBIFS */
 
 #undef CONFIG_CMD_NET
 #undef CONFIG_CMD_NFS