From d406a1a7edf1f080f93c1f61f0cf8c6909175636 Mon Sep 17 00:00:00 2001 From: Kyungmin Park Date: Thu, 30 Jul 2009 13:09:58 +0900 Subject: [PATCH] s5pc110: universal: Fix wrong kernel size Signed-off-by: Kyungmin Park --- include/configs/s5pc100_universal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/s5pc100_universal.h b/include/configs/s5pc100_universal.h index 7b85d4e..7dbbc1b 100644 --- a/include/configs/s5pc100_universal.h +++ b/include/configs/s5pc100_universal.h @@ -154,9 +154,9 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_EXTRA_ENV_SETTINGS \ CONFIG_UPDATEB \ - "updatek=onenand erase 0x60000 0x200000;" \ - " onenand write 0x21008000 0x60000 0x200000\0" \ - "updateu=onenand erase block 147-4095;" \ + "updatek=onenand erase 0x60000 0x300000;" \ + " onenand write 0x21008000 0x60000 0x300000\0" \ + "updateu=onenand erase 0x01560000 0x1eaa0000;" \ " onenand write 0x22000000 0x1260000 0x8C0000\0" \ "bootk=onenand read 0x20007FC0 0x60000 0x300000;" \ " bootm 0x20007FC0\0" \ -- 2.7.4