1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-26 12:02:50 +02:00

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 <matt_hsu@openmoko.org>
This commit is contained in:
Matt Hsu 2008-11-28 10:16:37 +00:00 committed by Andy Green
parent ba82ccbff1
commit dca4815a1e

View File

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