From: Jaehoon Chung Date: Fri, 27 Oct 2023 06:26:46 +0000 (+0900) Subject: scripts: tizen: sd_fusing_*.sh: Change a message to notcie X-Git-Tag: accepted/tizen/8.0/unified/20231031.064251^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab228e03ff7212dad118a6174dbe0b8f58910a3e;p=platform%2Fkernel%2Fu-boot.git scripts: tizen: sd_fusing_*.sh: Change a message to notcie These scripts will be deprecated in future. Chnage an information message from "Warning" to "Notice". These scripts can be still using. Change-Id: I4cc1c56fc326cc7eb056b02ddf62167ac784443d Signed-off-by: Jaehoon Chung --- diff --git a/scripts/tizen/sd_fusing_rpi3.sh b/scripts/tizen/sd_fusing_rpi3.sh index 94674140e8..92d2a8a0a8 100755 --- a/scripts/tizen/sd_fusing_rpi3.sh +++ b/scripts/tizen/sd_fusing_rpi3.sh @@ -478,7 +478,7 @@ while test $# -ne 0; do esac done -print_message 3 "WARNING: This script is deprecated. Please use sd_fusing.py instead." +print_message 3 "NOTICE: This script will is deprecated. Please use sd_fusing.py instead." echo check_args diff --git a/scripts/tizen/sd_fusing_rpi4.sh b/scripts/tizen/sd_fusing_rpi4.sh index 9bffb0073a..947a326432 100755 --- a/scripts/tizen/sd_fusing_rpi4.sh +++ b/scripts/tizen/sd_fusing_rpi4.sh @@ -598,7 +598,7 @@ while test $# -ne 0; do esac done -print_message 3 "WARNING: This script is deprecated. Please use sd_fusing.py instead." +print_message 3 "NOTICE: This script will is deprecated. Please use sd_fusing.py instead." echo check_args diff --git a/scripts/tizen/sd_fusing_vf2.sh b/scripts/tizen/sd_fusing_vf2.sh index 810dfb46c3..af1dfb1ef8 100755 --- a/scripts/tizen/sd_fusing_vf2.sh +++ b/scripts/tizen/sd_fusing_vf2.sh @@ -469,7 +469,7 @@ while test $# -ne 0; do esac done -print_message 3 "WARNING: This script is deprecated. Please use sd_fusing.py instead." +print_message 3 "NOTICE: This script will be deprecated. Please use sd_fusing.py instead." echo check_args