Re: [U-Boot] [PATCH v9 27/49] gpio: Allow 's' as an abbreviation for 'status'

2016-01-22 Thread Simon Glass
On 21 January 2016 at 19:43, Simon Glass wrote: > The 'gpio' command allows abbreviations for most subcommands. Allow them > for 'status' also. > > Signed-off-by: Simon Glass > --- > > Changes in v9: None > Changes in v2: None > > common/cmd_gpio.c | 2 +- >

[U-Boot] [PATCH v9 27/49] gpio: Allow 's' as an abbreviation for 'status'

2016-01-21 Thread Simon Glass
The 'gpio' command allows abbreviations for most subcommands. Allow them for 'status' also. Signed-off-by: Simon Glass --- Changes in v9: None Changes in v2: None common/cmd_gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/cmd_gpio.c