From: Junghoon Kim Date: Thu, 2 Nov 2017 04:41:00 +0000 (+0900) Subject: configs: artik530_raptor: support fota bootmode X-Git-Tag: submit/tizen/20180327.075642~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54ae304b8dea6a31bcf714dce1646c94fde0275d;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik7.git configs: artik530_raptor: support fota bootmode Support fota bootmode in the booting script. Change-Id: Ie9e87e0223394173cc025f32e76997a189ad3f23 Signed-off-by: Junghoon Kim --- diff --git a/include/configs/artik530_raptor.h b/include/configs/artik530_raptor.h index b60cc2e040..58b09faf35 100644 --- a/include/configs/artik530_raptor.h +++ b/include/configs/artik530_raptor.h @@ -472,7 +472,7 @@ "run load_args; " \ "fi;\0" \ "load_initrd=" \ - "if test ${bootmode} = recovery; then; " \ + "if test ${bootmode} = recovery || test ${bootmode} = fota; then; " \ "if test -e mmc ${rootdev}:${bootpart} ramdisk-recovery.img; then " \ "echo ${bootmode} booting.;" \ "setenv ramdisk_file ramdisk-recovery.img;" \