瀏覽代碼

omap5_common.h: Switch to ext4

ext3 should not be used on SD cards, so use ext4 instead.

Cc: Sricharan R <r.sricharan@ti.com>
Signed-off-by: Tom Rini <trini@ti.com>
Tom Rini 12 年之前
父節點
當前提交
46afd3eff3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/configs/omap5_common.h

+ 1 - 1
include/configs/omap5_common.h

@@ -152,7 +152,7 @@
 	"partitions=" PARTS_DEFAULT "\0" \
 	"partitions=" PARTS_DEFAULT "\0" \
 	"mmcdev=0\0" \
 	"mmcdev=0\0" \
 	"mmcroot=/dev/mmcblk0p2 rw\0" \
 	"mmcroot=/dev/mmcblk0p2 rw\0" \
-	"mmcrootfstype=ext3 rootwait\0" \
+	"mmcrootfstype=ext4 rootwait\0" \
 	"mmcargs=setenv bootargs console=${console} " \
 	"mmcargs=setenv bootargs console=${console} " \
 		"vram=${vram} " \
 		"vram=${vram} " \
 		"root=${mmcroot} " \
 		"root=${mmcroot} " \