mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-22 23:14:38 +02:00
qi-add-initrd-tla01.patch
Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
parent
fe884c6d10
commit
2c83dc6636
@ -203,12 +203,9 @@ const struct board_api board_api_tla01 = {
|
|||||||
.filesystem = FS_EXT2,
|
.filesystem = FS_EXT2,
|
||||||
.partition_index = 2,
|
.partition_index = 2,
|
||||||
.filepath = "boot/uImage.bin",
|
.filepath = "boot/uImage.bin",
|
||||||
.commandline = "rootfstype=ext3 " \
|
.initramfs_filepath = "boot/initramfs.gz",
|
||||||
"root=/dev/mmcblk0p1 " \
|
.commandline = "console=ttySAC0,115200 " \
|
||||||
"console=ttySAC2,115200 " \
|
"loglevel=8 init=/bin/sh root=/dev/ram ramdisk_size=6000000"
|
||||||
"loglevel=8 " \
|
|
||||||
"init=/sbin/init "\
|
|
||||||
"ro"
|
|
||||||
},
|
},
|
||||||
[1] = {
|
[1] = {
|
||||||
.name = "SD Card backup rootfs",
|
.name = "SD Card backup rootfs",
|
||||||
@ -216,11 +213,8 @@ const struct board_api board_api_tla01 = {
|
|||||||
.filesystem = FS_EXT2,
|
.filesystem = FS_EXT2,
|
||||||
.partition_index = 3,
|
.partition_index = 3,
|
||||||
.filepath = "boot/uImage.bin",
|
.filepath = "boot/uImage.bin",
|
||||||
.commandline = "rootfstype=ext3 " \
|
.initramfs_filepath = "boot/initramfs.gz",
|
||||||
"root=/dev/mmcblk0p1 " \
|
.commandline = "console=ttySAC0,115200 " \
|
||||||
"console=ttySAC2,115200 " \
|
"loglevel=8 init=/bin/sh "
|
||||||
"loglevel=8 " \
|
|
||||||
"init=/sbin/init "\
|
|
||||||
"ro"
|
|
||||||
}, },
|
}, },
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user