From f1e2c5085bdb1923c75f591904e6a0680d1e49bb Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Thu, 11 Feb 2010 15:36:09 +0900 Subject: [PATCH] s5pc110: aquila: adjust mtd partition 0: bootloader 0x00040000 0x00000000 0 1: params 0x00040000 0x00040000 0 2: config 0x00380000 0x00080000 0 3: csa 0x00800000 0x00400000 0 4: kernel 0x00700000 0x00c00000 0 5: log 0x00100000 0x01300000 0 6: modem 0x00c00000 0x01400000 0 7: qboot 0x02000000 0x02000000 0 8: UBI 0x1c000000 0x04000000 0 Signed-off-by: Minkyu Kang --- include/configs/s5pc1xx_universal.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/configs/s5pc1xx_universal.h b/include/configs/s5pc1xx_universal.h index 8e60d10..0c693a1 100644 --- a/include/configs/s5pc1xx_universal.h +++ b/include/configs/s5pc1xx_universal.h @@ -143,20 +143,20 @@ ",128k(params)"\ ",3584k(config)"\ ",8m(csa)"\ - ",6m(kernel)"\ + ",7m(kernel)"\ ",1m(log)"\ ",12m(modem)"\ - ",30m(qboot)"\ + ",32m(qboot)"\ ",-(UBI)\0" #define MTDPARTS_DEFAULT_4KB "mtdparts=samsung-onenand:256k(bootloader)"\ ",256k(params)"\ ",3584k(config)"\ ",8m(csa)"\ - ",6m(kernel)"\ + ",7m(kernel)"\ ",1m(log)"\ ",12m(modem)"\ - ",30m(qboot)"\ + ",32m(qboot)"\ ",-(UBI)\0" #define NORMAL_MTDPARTS_DEFAULT MTDPARTS_DEFAULT -- 2.7.4