mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
qi-gta03-smdk6410-sdcard-rootfs.patch
Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
@@ -52,10 +52,9 @@ const struct board_api board_api_smdk6410 = {
|
||||
.filesystem = FS_EXT2,
|
||||
.partition_index = 2,
|
||||
.filepath = "boot/uImage.bin",
|
||||
.initramfs_filepath = "boot/initramfs.gz",
|
||||
.commandline = "console=ttySAC0,115200 " \
|
||||
"loglevel=8 init=/bin/sh " \
|
||||
" root=/dev/ram ramdisk_size=6000000"
|
||||
"root=/dev/mmcblk0p2 rootfstype=ext3"
|
||||
},
|
||||
[1] = {
|
||||
.name = "SD Card backup rootfs",
|
||||
@@ -63,9 +62,9 @@ const struct board_api board_api_smdk6410 = {
|
||||
.filesystem = FS_EXT2,
|
||||
.partition_index = 3,
|
||||
.filepath = "boot/uImage.bin",
|
||||
.initramfs_filepath = "boot/initramfs.gz",
|
||||
.commandline = "console=ttySAC0,115200 " \
|
||||
"loglevel=8 init=/bin/sh "
|
||||
"loglevel=8 init=/bin/sh " \
|
||||
"root=/dev/mmcblk0p3 rootfstype=ext3"
|
||||
}, },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user