[PATCH] - correct machine id of gta03 - add mtdparts prefix in the kernel command line

Matt Hsu matt_hsu at openmoko.org
Tue Aug 26 05:56:35 CEST 2008


Signed-off-by: Matt Hsu <matt_hsu at openmoko.org>
---
 src/gta03/gta03.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gta03/gta03.c b/src/gta03/gta03.c
index 27e3022..2ee037c 100644
--- a/src/gta03/gta03.c
+++ b/src/gta03/gta03.c
@@ -221,7 +221,7 @@ static void putc_gta03(char c)
  */
 const struct board_api board_api_gta03 = {
 	.name = "GTA03",
-	.linux_machine_id = 1808,
+	.linux_machine_id = 1866,
 	.linux_mem_start = 0x30000000,
 	.linux_mem_size = (128 * 1024 * 1024),
 	.linux_tag_placement = 0x30000000 + 0x100,
@@ -236,7 +236,7 @@ const struct board_api board_api_gta03 = {
 			.block_read = nand_read_ll,
 			.offset_blocks512_if_no_partition = 0x80000 / 512,
 			.filesystem = FS_RAW,
-			.commandline = 	"neo1973-nand:" \
+			.commandline = 	"mtdparts=neo1973-nand:" \
 					 "0x00040000(qi)," \
 					 "0x00040000(cmdline)," \
 					 "0x00800000(backupkernel)," \
-- 
1.5.5.1


--------------060006020107000107010304--



More information about the openmoko-kernel mailing list