s5pc110: aquila: Add UBIFS mount option
authorKyungmin Park <kyungmin.park@samsung.com>
Mon, 18 Jan 2010 00:44:36 +0000 (09:44 +0900)
committerKyungmin Park <kyungmin.park@samsung.com>
Mon, 18 Jan 2010 00:44:36 +0000 (09:44 +0900)
1. bulk_read: Read more data automatically
2. no_chk_data_crc: No data CRC check

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
include/configs/s5pc1xx_universal.h

index 95ecb67..86f13a9 100644 (file)
 
 #define CONFIG_UBI_MTD " ubi.mtd=${ubiblock} ubi.mtd=5"
 
+#define CONFIG_UBIFS_OPTION    "rootflags=bulk_read,no_chk_data_crc"
+
 #define CONFIG_ENV_OVERWRITE
 #define CONFIG_SYS_CONSOLE_IS_IN_ENV
 #define CONFIG_EXTRA_ENV_SETTINGS                                      \
        "flashboot=set bootargs root=/dev/mtdblock${bootblock}" \
         " rootfstype=${rootfstype}" \
         CONFIG_UBI_MTD " ${opts} ${lcdinfo} " CONFIG_COMMON_BOOT "; run bootk\0" \
-       "ubifsboot=set bootargs root=ubi0!rootfs rootfstype=ubifs" \
-        CONFIG_UBI_MTD " ${opts} ${lcdinfo} " CONFIG_COMMON_BOOT "; run bootk\0" \
+       "ubifsboot=set bootargs root=ubi0!rootfs rootfstype=ubifs " \
+        CONFIG_UBIFS_OPTION CONFIG_UBI_MTD " ${opts} ${lcdinfo} " \
+        CONFIG_COMMON_BOOT "; run bootk\0" \
        "boottrace=setenv opts initcall_debug; run bootcmd\0" \
        "android=set bootargs root=ubi0!ramdisk " CONFIG_UBI_MTD \
         " rootfstype=ubifs init=/init.sh " CONFIG_COMMON_BOOT "; run bootk\0" \