From f09659c04ec5681e172a543aabe13b39f78f7605 Mon Sep 17 00:00:00 2001 From: Joonyoung Shim Date: Mon, 12 Apr 2010 11:10:58 +0900 Subject: [PATCH] s5pc110: universal: Change size for fastboot to 60Mbyte Signed-off-by: Joonyoung Shim --- include/configs/s5pc1xx_universal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/s5pc1xx_universal.h b/include/configs/s5pc1xx_universal.h index b94b211..fbfb9e5 100644 --- a/include/configs/s5pc1xx_universal.h +++ b/include/configs/s5pc1xx_universal.h @@ -193,7 +193,7 @@ ",7m(kernel)"\ ",1m(log)"\ ",12m(modem)"\ - ",32m(qboot)"\ + ",60m(qboot)"\ ",-(UBI)\0" #define MTDPARTS_DEFAULT_4KB "mtdparts=samsung-onenand:1m(bootloader)"\ @@ -203,7 +203,7 @@ ",7m(kernel)"\ ",1m(log)"\ ",12m(modem)"\ - ",32m(qboot)"\ + ",60m(qboot)"\ ",-(UBI)\0" #define NORMAL_MTDPARTS_DEFAULT MTDPARTS_DEFAULT -- 2.7.4