From: Jaehoon Chung Date: Wed, 18 Oct 2017 08:33:22 +0000 (+0900) Subject: configs: artik530_raptor: add the ramdisk-recovery in dfu list X-Git-Tag: submit/tizen/20180327.075642~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c81c6b8e4834ef1a63244fef18675a171dd80fb3;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik7.git configs: artik530_raptor: add the ramdisk-recovery in dfu list To flash ramdisk-recovery with thor, add the ramdisk-recovery in dfu list. Change-Id: I4eb308ec2d52a2cab1ecb77b492edd95bcd2fd25 Signed-off-by: Jaehoon Chung --- diff --git a/include/configs/artik530_raptor.h b/include/configs/artik530_raptor.h index e55a276ad0..edfd42277b 100644 --- a/include/configs/artik530_raptor.h +++ b/include/configs/artik530_raptor.h @@ -369,6 +369,7 @@ "/zImage ext4 $rootdev $bootpart;" \ "/uInitrd ext4 $rootdev $bootpart;" \ "/ramdisk.img ext4 $rootdev $bootpart;" \ + "/ramdisk-recovery.img ext4 $rootdev $bootpart;" \ "/s5p4418-artik532-raptor-rev03.dtb ext4 $rootdev $bootpart;" \ "/s5p4418-artik530-raptor-rev03.dtb ext4 $rootdev $bootpart;" \ "/s5p4418-artik530-raptor-rev00.dtb ext4 $rootdev $bootpart;" \