From 7d628836d474a4869526cedbd8f6f1c3f69f4d56 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Mon, 20 Jun 2022 13:53:34 +0900 Subject: [PATCH] scripts: tizen: rpi4: fix the missing hal_b information Fix the missing hal_b information. Change-Id: I0dcac7b578a7852a8e69fcb04d30d5e5dfee6625 Signed-off-by: Jaehoon Chung --- scripts/tizen/sd_fusing_rpi4.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/tizen/sd_fusing_rpi4.sh b/scripts/tizen/sd_fusing_rpi4.sh index 948c42a109..0c297b602d 100755 --- a/scripts/tizen/sd_fusing_rpi4.sh +++ b/scripts/tizen/sd_fusing_rpi4.sh @@ -296,6 +296,7 @@ function mkpart_3 () { local -r MODULE_B=${PART_TABLE[10 * ${PART_TABLE_COL} + 3]} local -r RAMDISK_B=${PART_TABLE[11 * ${PART_TABLE_COL} + 3]} local -r RAMDISK_RECOVERY_B=${PART_TABLE[12 * ${PART_TABLE_COL} + 3]} + local -r HAL_B=${PART_TABLE[13 * ${PART_TABLE_COL} + 3]} local -r RESERVED0=reserved0 local -r RESERVED1=reserved1 local -r RESERVED2=reserved2 -- 2.34.1