From: Marek Szyprowski Date: Wed, 3 Feb 2021 07:11:29 +0000 (+0100) Subject: samsung: tizen_amlogic: improve messages on boot X-Git-Tag: accepted/tizen/unified/20231106.171643~159 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac14876f29bcf1d6553d95088a5e4509a97a7c82;p=platform%2Fkernel%2Fu-boot.git samsung: tizen_amlogic: improve messages on boot Show proper button name while checking THOR download mode and change 'reboot' to 'reboot reason' to make it clear what it is being checked. Signed-off-by: Marek Szyprowski Change-Id: I543b020ea3a9ae3459f7a57d07db410945f45676 --- diff --git a/include/samsung/tizen_amlogic.h b/include/samsung/tizen_amlogic.h index 0a640c9..ad88bac 100644 --- a/include/samsung/tizen_amlogic.h +++ b/include/samsung/tizen_amlogic.h @@ -131,13 +131,13 @@ #define REBOOT_CHECK \ "sm reboot_reason reason; " \ - "echo \"reboot ${reason}\"; " \ + "echo \"Reboot reason: ${reason}\"; " \ "if test ${reason} = download; then " \ "thor; " \ "fi" #define BUTTON_CHECK \ - "echo Checking Func button state (for THOR download mode): \\\\\\\\c; " \ + "echo \"Checking ${button_label} button state (for THOR download mode): \\\\\\\\c\"; " \ "sleep 0.25; " \ "if button ${button_label}; then " \ "thor; " \