From dca4815a1ebdfecc482f1e3e4fbd405afbaddd1a Mon Sep 17 00:00:00 2001 From: Matt Hsu Date: Fri, 28 Nov 2008 10:16:37 +0000 Subject: [PATCH] From b25a27989d72a43f2064dcbb85ad2ea0f2bea4b7 Mon Sep 17 00:00:00 2001 Subject: [PATCH] - correct machine id of gta03 - add mtdparts prefix in the kernel command line Signed-off-by: Matt Hsu --- qiboot/src/gta03/gta03.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qiboot/src/gta03/gta03.c b/qiboot/src/gta03/gta03.c index 27e3022..2ee037c 100644 --- a/qiboot/src/gta03/gta03.c +++ b/qiboot/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)," \