From 07b0a1c33a3903467a2f4aaaa40dfeb02c3d12f6 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Fri, 27 Sep 2019 19:14:21 +0900 Subject: [PATCH] samsung: tizen_rpi: fix dfu information to use THOR Fix dfu information to use THOR. Change-Id: I9564871a46f02a2042c68f93476c3b9582a6744e Signed-off-by: Jaehoon Chung --- include/samsung/tizen_rpi.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/samsung/tizen_rpi.h b/include/samsung/tizen_rpi.h index 4b769e7..75d7823 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 */ -- 2.7.4