1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-22 23:45:20 +02:00

qi-reduce-stage2-extent-32KB.patch

We dedicate 256MB for bootloader in GTA03 SD image, but actually they're
around 25KB currently.  Reduce the stage2 pull to 32KByte.

Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
Andy Green 2008-11-28 10:16:44 +00:00 committed by Andy Green
parent a2a5e782f4
commit 98591fc54b

View File

@ -115,7 +115,7 @@ void start_qi(void)
void *dst);
sd_sectors = s3c6410_mmc_init(1);
s3c6410_mmc_bread(0, sd_sectors - 1026 - 16 - (256 * 2),
256 * 2, (u8 *)0x53000000);
32 * 2, (u8 *)0x53000000);
}
/* all of Qi is in memory now, stuff outside steppingstone too */