From e20b0af54d5fac757d06ad677cd88bc29656d652 Mon Sep 17 00:00:00 2001 From: Kyungmin Park Date: Wed, 15 Jul 2009 13:54:24 +0900 Subject: [PATCH] s5pc100: universal: Increase kernel partision as 3MiB Signed-off-by: Kyungmin Park --- include/configs/s5pc100_universal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/s5pc100_universal.h b/include/configs/s5pc100_universal.h index c02a03e..031de81 100644 --- a/include/configs/s5pc100_universal.h +++ b/include/configs/s5pc100_universal.h @@ -123,7 +123,7 @@ #define MTDIDS_DEFAULT "onenand0=s3c-onenand" #define MTDPARTS_DEFAULT "mtdparts=s3c-onenand:256k(bootloader)"\ ",128k@0x40000(params)"\ - ",2m@0x60000(kernel)"\ + ",3m@0x60000(kernel)"\ ",16m@0x260000(test)"\ ",-(UBI)" @@ -162,7 +162,7 @@ " onenand write 0x21008000 0x60000 0x200000\0" \ "updateu=onenand erase block 147-4095;" \ " onenand write 0x22000000 0x1260000 0x8C0000\0" \ - "bootk=onenand read 0x20007FC0 0x60000 0x200000;" \ + "bootk=onenand read 0x20007FC0 0x60000 0x300000;" \ " bootm 0x20007FC0\0" \ "flashboot=set bootargs root=/dev/mtdblock${bootblock}" \ " rootfstype=${rootfstype}" \ -- 2.7.4