Re: [U-Boot] [PATCH] tools/mrvl_uart.sh: Tidy script output

2018-01-29 Thread Stefan Roese
On 20.01.2018 13:18, Andreas Färber wrote: 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: Konstan

Re: [U-Boot] [PATCH] tools/mrvl_uart.sh: Tidy script output

2018-01-22 Thread Stefan Roese
On 20.01.2018 13:18, Andreas Färber wrote: 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: Konstan

Re: [U-Boot] [PATCH] tools/mrvl_uart.sh: Tidy script output

2018-01-21 Thread Kostya Porotchkin
> -Original Message- > From: Andreas Färber [mailto:afaer...@suse.de] > Sent: Saturday, January 20, 2018 14:19 > To: u-boot@lists.denx.de > Cc: Andreas Färber; Kostya Porotchkin; Stefan Roese; Igal Liberman > Subject: [PATCH] tools/mrvl_uart.sh: Tidy script output > > Fix a typo in help

[U-Boot] [PATCH] tools/mrvl_uart.sh: Tidy script output

2018-01-20 Thread Andreas Färber
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 Cc: Stefan Roese Cc: Igal Li