From 0dc8625809a77ed8980445dd31be5d803f871c9a Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Wed, 9 Dec 2020 19:33:04 +0900 Subject: [PATCH] samsung: tizen_rpi: add hal.img in dfu information Add hal.img in dfu information. It's for just prepering to thor download. - Avoid to fail thor protocol when hal image is created. Change-Id: I78df372fc0bfa260d120c16c59a4b7bfd6fdddcf Signed-off-by: Jaehoon Chung --- include/samsung/tizen_rpi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/samsung/tizen_rpi.h b/include/samsung/tizen_rpi.h index 5dd4821..9eea747 100644 --- a/include/samsung/tizen_rpi.h +++ b/include/samsung/tizen_rpi.h @@ -38,7 +38,8 @@ "user part 0 5;" \ "module part 0 6;" \ "ramdisk.img part 0 7;" \ - "ramdisk-recovery part 0 8\0" + "ramdisk-recovery part 0 8;" \ + "hal.img part 0 10\0" #define CONFIG_DFU_ALT_BOOT_EMMC "" #define CONFIG_SET_DFU_ALT_INFO -- 2.7.4