From: Jaehoon Chung Date: Fri, 27 Sep 2019 10:14:21 +0000 (+0900) Subject: samsung: tizen_rpi: fix dfu information to use THOR X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca4f9a3f58e7196e9622c262c6a6dc0e6d85abdd;p=platform%2Fkernel%2Fu-boot.git samsung: tizen_rpi: fix dfu information to use THOR Fix dfu information to use THOR. Change-Id: I9564871a46f02a2042c68f93476c3b9582a6744e Signed-off-by: Jaehoon Chung --- diff --git a/include/samsung/tizen_rpi.h b/include/samsung/tizen_rpi.h index 4b769e7832..75d7823313 100644 --- a/include/samsung/tizen_rpi.h +++ b/include/samsung/tizen_rpi.h @@ -26,8 +26,11 @@ "bcm2837-rpi-3-b.dtb fat 0 1;" \ "bcm2710-rpi-3-b-plus.dtb fat 0 1;" \ "u-boot.img fat 0 1;" \ - "u-boot.env fat 0 1;" \ + "u-boot.bin fat 0 1;" \ + "uboot.env fat 0 1;" \ + "boot.src.uimg fat 0 1;" \ "optee.bin fat 0 1;" \ + "zImage fat 0 1;" \ "boot.img part 0 1;" \ "rootfs part 0 2;" \ "system-data part 0 3;" \ @@ -37,6 +40,7 @@ "ramdisk-recovery part 0 8\0" #define CONFIG_DFU_ALT_BOOT_EMMC "" +#define CONFIG_SET_DFU_ALT_INFO #define CONFIG_SET_DFU_ALT_BUF_LEN (SZ_1K) /* NFSDOWN */