projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfd260f
)
rpi: tizen-boot: add the 'ramdisksize' as 12MB for ramdisk-recovery
84/142984/2
submit/tizen/20170808.230223
author
Jaehoon Chung
<jh80.chung@samsung.com>
Tue, 8 Aug 2017 06:14:03 +0000
(15:14 +0900)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Tue, 8 Aug 2017 07:15:42 +0000
(16:15 +0900)
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 <jh80.chung@samsung.com>
board/raspberrypi/rpi/tizen-boot.scr
patch
|
blob
|
history
diff --git
a/board/raspberrypi/rpi/tizen-boot.scr
b/board/raspberrypi/rpi/tizen-boot.scr
index 89c1f55daafb1e1a50bd9300bac9991c039f30a5..52a43e5406e83314d1d84f5b97cfbe86acf1a84f 100644
(file)
--- 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