Re: [U-Boot] [PATCH] bootp: Fix bug in auto_load function

2011-08-31 Thread Michal Simek
Hi, Wolfgang Denk wrote: > Dear Michal Simek, > > In message <1314786967-23261-1-git-send-email-mon...@monstr.eu> you wrote: >> Patch: "Put common autoload code into auto_load() function" >> (sha1: 093498669e77597635a24f326f11efeab213d394) is not simple code >> cleanup but code change which intro

Re: [U-Boot] [PATCH] bootp: Fix bug in auto_load function

2011-08-31 Thread Wolfgang Denk
Dear Michal Simek, In message <1314786967-23261-1-git-send-email-mon...@monstr.eu> you wrote: > Patch: "Put common autoload code into auto_load() function" > (sha1: 093498669e77597635a24f326f11efeab213d394) is not simple code > cleanup but code change which introduce new bug. > > If autoload vari

Re: [U-Boot] [PATCH] bootp: Fix bug in auto_load function

2011-08-31 Thread Michal Simek
Hi, 2011/8/31 Simon Glass > Hi Michal, > > On Wed, Aug 31, 2011 at 3:36 AM, Michal Simek wrote: > > Patch: "Put common autoload code into auto_load() function" > > (sha1: 093498669e77597635a24f326f11efeab213d394) is not simple code > > cleanup but code change which introduce new bug. > > > > If

Re: [U-Boot] [PATCH] bootp: Fix bug in auto_load function

2011-08-31 Thread Simon Glass
Hi Michal, On Wed, Aug 31, 2011 at 3:36 AM, Michal Simek wrote: > Patch: "Put common autoload code into auto_load() function" > (sha1: 093498669e77597635a24f326f11efeab213d394) is not simple code > cleanup but code change which introduce new bug. > > If autoload variable is not setup it worked as

[U-Boot] [PATCH] bootp: Fix bug in auto_load function

2011-08-31 Thread Michal Simek
Patch: "Put common autoload code into auto_load() function" (sha1: 093498669e77597635a24f326f11efeab213d394) is not simple code cleanup but code change which introduce new bug. If autoload variable is not setup it worked as autoload=yes. Currently if autoload is not setup dhcp sends request in fo