Commit ceb328180353f103bb7a3bc75770ed03e9a8fef2

Authored by Andreas Färber
Committed by Stefan Roese
1 parent 3e00c48ef0

tools/mrvl_uart.sh: Tidy script output

Fix a typo in help output (awailable -> available).
Tidy the grammar - not the board connects to a port, we do.

While at it, be consistent in upper-casing the comments.

Fixes: eee4835d22 ("tools: Add Marvell recovery image download script")
Cc: Konstantin Porotchkin <kostap@marvell.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Igal Liberman <igall@marvell.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Konstantin Porotchkin <kostap@marvell.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>

Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff

... ... @@ -46,13 +46,13 @@
46 46 echo -e "\nMarvell recovery image downloader for Armada SoC family."
47 47 echo -e "Command syntax:"
48 48 echo -e "\t$(basename $0) <port> <file> [2|4|8]"
49   - echo -e "\tport - serial port the target board connected to"
  49 + echo -e "\tport - serial port the target board is connected to"
50 50 echo -e "\tfile - recovery boot image for target download"
51 51 echo -e "\t2|4|8 - times to increase the default serial port speed by"
52 52 echo -e "For example - load the image over ttyUSB0 @ 460800 baud:"
53 53 echo -e "$(basename $0) /dev/ttyUSB0 /tmp/flash-image.bin 4\n"
54 54 echo -e "=====WARNING====="
55   - echo -e "- The speed-up option is not awailable in SoC families prior to A8K+"
  55 + echo -e "- The speed-up option is not available in SoC families prior to A8K+"
56 56 echo -e "- This utility is not compatible with Armada 37xx SoC family\n"
57 57 fi
58 58  
... ... @@ -111,7 +111,7 @@
111 111 sx -vv $file > $port < $port
112 112 #sx-at91 $port $file
113 113  
114   -# return the port to the default speed
  114 +# Return the port to the default speed
115 115 stty -F $port raw ignbrk time 5 $default_baudrate
116 116  
117 117 # Optional - fire up Minicom