Re: [U-Boot] [PATCH v2] command.c: Enable auto tab for the editenv command

2010-04-10 Thread Wolfgang Denk
Dear =?iso-8859-1?Q?Tr=FCbenbach_Ralf?=, In message you wrote: > Enable the auto completion (with TAB) of the environment variable name = > > after the editenv command. > > Signed-off-by: Ralf Tr=FCbenbach > --- > Changes from v1: > Resend patch because of invalid patch format. Sorry, but yo

[U-Boot] [PATCH v2] command.c: Enable auto tab for the editenv command

2010-04-09 Thread Trübenbach Ralf
Enable the auto completion (with TAB) of the environment variable name after the editenv command. Signed-off-by: Ralf Trübenbach --- Changes from v1: Resend patch because of invalid patch format. diff --git a/common/command.c b/common/command.c index 0c66b7a..67ad692 100644 --- a/common/command