Dear Simon Glass, In message <[email protected]> you wrote: > This new function runs a list of commands separated by semicolon or newline. > We move this out of cmd_source so that it can be used by other code. The > PXE code also uses the new function. > > Suggested-by: Michael Walle <[email protected]> > Signed-off-by: Simon Glass <[email protected]> > --- > Changes in v3: > - Added a few more comments on the need for malloc() > - Change PXE's printf() to a debug() > - Fix bug in built-in run_command() > - Fix commit message to mention ; and \n > - Move run_command_list() comment to header file > > common/cmd_pxe.c | 20 ++---------- > common/cmd_source.c | 49 +---------------------------- > common/main.c | 85 > +++++++++++++++++++++++++++++++++++++++++++++++++++ > include/common.h | 13 ++++++++ > 4 files changed, 102 insertions(+), 65 deletions(-)
Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] Swap read error. You lose your mind. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

