From: Chanho Park Date: Tue, 25 Apr 2017 00:56:25 +0000 (+0900) Subject: artik530_raptor: configs: add sdboot dfu information X-Git-Tag: submit/tizen/20171208.054649~104 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bbb9019cc98e8ca25e49ac27d7df329a5f9a1ca8;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik7.git artik530_raptor: configs: add sdboot dfu information This patch adds sdboot partition information for dfu downloading. Change-Id: Ie517897ca592536b238fabf7f1091203a2944f9f Signed-off-by: Chanho Park --- diff --git a/include/configs/artik530_raptor.h b/include/configs/artik530_raptor.h index dbecf16eec..e5d27f639b 100644 --- a/include/configs/artik530_raptor.h +++ b/include/configs/artik530_raptor.h @@ -347,7 +347,9 @@ #define CONFIG_DFU_ALT \ "bl1-emmcboot.img raw 0x1 0x80;" \ + "bl1-sdboot.img raw 0x1 0x80;" \ "loader-emmc.img raw 0x81 0x180;" \ + "loader-sd.img raw 0x81 0x180;" \ "bl_mon.img raw 0x201 0x100;" \ "secureos.img raw 0x301 0xc00;" \ "bootloader.img raw 0xf01 0x800;" \