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/20190213.074817~61 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b300ea419f4d4bf455ee9f9c53320508283f02b;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 8851fbc5ab..31bf8eab14 100644 --- a/include/configs/artik530_raptor.h +++ b/include/configs/artik530_raptor.h @@ -483,7 +483,7 @@ " run load_args\n" \ " 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;" \