Re: [U-Boot] [PATCH v8 4/4] Put common autoload code into auto_load() function

2011-06-20 Thread Remy Bohmer
Hi, 2011/6/14 Simon Glass : > This is a small clean-up patch. > > Changes for v8: >  - Fix typo in auto_load > > Signed-off-by: Simon Glass > Tested-by: Eric Bénard > --- Applied to u-boot-usb AFTER cleaning up commit message (Change history of the patch should be below the '---' line) Kind r

[U-Boot] [PATCH v8 4/4] Put common autoload code into auto_load() function

2011-06-13 Thread Simon Glass
This is a small clean-up patch. Changes for v8: - Fix typo in auto_load Signed-off-by: Simon Glass Tested-by: Eric Bénard --- net/bootp.c | 76 +- 1 files changed, 33 insertions(+), 43 deletions(-) diff --git a/net/bootp.c b/net/bootp