From: Jaehoon Chung Date: Tue, 8 Aug 2017 06:14:03 +0000 (+0900) Subject: rpi: tizen-boot: add the 'ramdisksize' as 12MB for ramdisk-recovery X-Git-Tag: accepted/tizen/unified/20221108.163909~322 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aef7b7cfd8a2247ce07e7cc02a9eab0110a78f64;p=platform%2Fkernel%2Fu-boot.git rpi: tizen-boot: add the 'ramdisksize' as 12MB for ramdisk-recovery Size of Ramdisk-recovery is 12MB. It needs to load the 12MB, not 8MB. Add the 'ramdisksize' as 12MB for ramdisk-recovery. Change-Id: Idc9111a5b0d7ef150376ee241d39129e114ce368 Signed-off-by: Jaehoon Chung --- diff --git a/board/raspberrypi/rpi/tizen-boot.scr b/board/raspberrypi/rpi/tizen-boot.scr index 89c1f55..52a43e5 100644 --- a/board/raspberrypi/rpi/tizen-boot.scr +++ b/board/raspberrypi/rpi/tizen-boot.scr @@ -29,6 +29,7 @@ if test -e $bootdev $mmcbootdev:$mmcinformpart $rebootparamfile; then; if itest.l *${rebootparam_addr} == ${upgrade_val}; then; ramdiskpart=8 bootmode=upgrade + ramdisksize=c00000 elif itest.l *${rebootparam_addr} == ${normal_val}; then; ramdiskpart=7 bootmode=ramdisk