To support ramdisk-recovery booting, the ramdisk size should also be
fixed properly.
Increase the ramdisk size as 12 MB upon recovery booting.
Change-Id: I1f4f80cb37063bcb693c69c575c5bf6a11e4f2a5
Signed-off-by: Junghoon Kim <jhoon20.kim@samsung.com>
"if test -e mmc ${rootdev}:${bootpart} ramdisk-recovery.img; then " \
"echo ${bootmode} booting.;" \
"setenv ramdisk_file ramdisk-recovery.img;" \
+ "setenv ramdisksize 0xc00000;" \
"else " \
"echo There is no Recovery Image!!!;" \
"echo Try to do the Normal Ramdisk Booting!!;" \