configs: artik530_raptor: increase the ramdisk size upon recovery booting
authorJunghoon Kim <jhoon20.kim@samsung.com>
Wed, 1 Nov 2017 07:59:42 +0000 (16:59 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 26 Mar 2018 02:31:19 +0000 (11:31 +0900)
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>
include/configs/artik530_raptor.h

index 904637c48dc80118c8ea4610450cec5170d7e990..b60cc2e040a8f3563a4302e3dd570b7a3669ab44 100644 (file)
                        "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!!;"  \