From: Jaehoon Chung Date: Tue, 6 Sep 2022 02:20:16 +0000 (+0900) Subject: scripts: sd_fusing_rpi4: update version to 1.0.7 X-Git-Tag: accepted/tizen/unified/20241126.175211~195 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f586da1735576908324e7e9cdebaef9fb60c6cd3;p=platform%2Fkernel%2Fu-boot.git scripts: sd_fusing_rpi4: update version to 1.0.7 Since 1.0.7, partition-a/b-status.info is supported. Change-Id: I2cce9a92c88a54d73f62e1e556c85219b90f0071 Signed-off-by: Jaehoon Chung --- diff --git a/scripts/tizen/sd_fusing_rpi4.sh b/scripts/tizen/sd_fusing_rpi4.sh index b12846d1c3..5dc8149d49 100755 --- a/scripts/tizen/sd_fusing_rpi4.sh +++ b/scripts/tizen/sd_fusing_rpi4.sh @@ -499,7 +499,7 @@ function check_device () { function print_logo () { echo "" - echo "Raspberry Pi4 downloader, version 1.0.6" + echo "Raspberry Pi4 downloader, version 1.0.7" echo "" }