[PATCH 10/10] qi-add-initrd-tla01.patch

Andy Green andy at openmoko.com
Wed Oct 22 08:43:34 CEST 2008


Signed-off-by: Andy Green <andy at openmoko.com>
---

 src/cpu/s3c6410/tla01.c |   18 ++++++------------
 1 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/src/cpu/s3c6410/tla01.c b/src/cpu/s3c6410/tla01.c
index b40f977..767ac0d 100644
--- a/src/cpu/s3c6410/tla01.c
+++ b/src/cpu/s3c6410/tla01.c
@@ -203,12 +203,9 @@ const struct board_api board_api_tla01 = {
 			.filesystem = FS_EXT2,
 			.partition_index = 2,
 			.filepath = "boot/uImage.bin",
-			.commandline = "rootfstype=ext3 " \
-				       "root=/dev/mmcblk0p1 " \
-				       "console=ttySAC2,115200 " \
-				       "loglevel=8 " \
-				       "init=/sbin/init "\
-				       "ro"
+			.initramfs_filepath = "boot/initramfs.gz",
+			.commandline = "console=ttySAC0,115200 " \
+				       "loglevel=8 init=/bin/sh "
 		},
 		[1] = {
 			.name = "SD Card backup rootfs",
@@ -216,11 +213,8 @@ const struct board_api board_api_tla01 = {
 			.filesystem = FS_EXT2,
 			.partition_index = 3,
 			.filepath = "boot/uImage.bin",
-			.commandline = "rootfstype=ext3 " \
-				       "root=/dev/mmcblk0p1 " \
-				       "console=ttySAC2,115200 " \
-				       "loglevel=8 " \
-				       "init=/sbin/init "\
-				       "ro"
+			.initramfs_filepath = "boot/initramfs.gz",
+			.commandline = "console=ttySAC0,115200 " \
+				       "loglevel=8 init=/bin/sh "
 		},	},
 };




More information about the openmoko-kernel mailing list