From 98591fc54bda8a9fc21e949fba50611e59e8f130 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Fri, 28 Nov 2008 10:16:44 +0000 Subject: [PATCH] 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 --- qiboot/src/cpu/s3c6410/start_qi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiboot/src/cpu/s3c6410/start_qi.c b/qiboot/src/cpu/s3c6410/start_qi.c index 622131c..abe34cf 100644 --- a/qiboot/src/cpu/s3c6410/start_qi.c +++ b/qiboot/src/cpu/s3c6410/start_qi.c @@ -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 */