From: Jaehoon Chung Date: Mon, 28 Aug 2023 11:21:05 +0000 (+0900) Subject: scripts: tizen: update the version of fusing scripts X-Git-Tag: accepted/tizen/unified/riscv/20230903.234427~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11442368911b9042ade4b4d6b4bda523aaca7cff;p=platform%2Fkernel%2Fu-boot.git scripts: tizen: update the version of fusing scripts Update the version of fusing scripts. Change-Id: I6f7ee616bf0aac3137ff6fc51a9ab468406b8ffb Signed-off-by: Jaehoon Chung --- diff --git a/scripts/tizen/sd_fusing_rpi3.sh b/scripts/tizen/sd_fusing_rpi3.sh index a701d0c..9087a66 100755 --- a/scripts/tizen/sd_fusing_rpi3.sh +++ b/scripts/tizen/sd_fusing_rpi3.sh @@ -425,7 +425,7 @@ function check_device () { function print_logo () { echo "" - echo "Raspberry Pi3/4 downloader, version 2.3.1" + echo "Raspberry Pi3/4 downloader, version 2.3.2" echo "" } diff --git a/scripts/tizen/sd_fusing_rpi4.sh b/scripts/tizen/sd_fusing_rpi4.sh index 400df71..390345f 100755 --- a/scripts/tizen/sd_fusing_rpi4.sh +++ b/scripts/tizen/sd_fusing_rpi4.sh @@ -532,7 +532,7 @@ function check_device () { function print_logo () { echo "" - echo "Raspberry Pi4 downloader, version 1.0.12" + echo "Raspberry Pi4 downloader, version 1.0.13" echo "$(tput setaf 1)$(tput bold)NOTE: To use this script, it has to update to latest eeprom" echo "" }