1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00

qi-commandline-remove-all-sd-rootfstype.patch

Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
Andy Green
2008-11-28 10:16:44 +00:00
committed by Andy Green
parent 1b810a4dc6
commit f6ee0972f9
4 changed files with 28 additions and 13 deletions

View File

@@ -54,7 +54,7 @@ const struct board_api board_api_smdk6410 = {
.filepath = "boot/uImage.bin",
.commandline = "console=ttySAC0,115200 " \
"loglevel=3 init=/bin/sh " \
"root=/dev/mmcblk0p2 rootfstype=ext3"
"root=/dev/mmcblk0p2"
},
[1] = {
.name = "SD Card backup rootfs",
@@ -64,7 +64,7 @@ const struct board_api board_api_smdk6410 = {
.filepath = "boot/uImage.bin",
.commandline = "console=ttySAC0,115200 " \
"loglevel=8 init=/bin/sh " \
"root=/dev/mmcblk0p3 rootfstype=ext3"
"root=/dev/mmcblk0p3"
}, },
};