Re: [U-Boot] RFC: postload: Loading some U-Boot code later

2011-07-27 Thread Simon Glass
Hi Wolfgang, Thanks for the response. On Thu, Jul 28, 2011 at 7:45 AM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message > you > wrote: >> >> I am looking to implement a feature where a cut-down U-Boot is >> initially loaded, which is enough for a normal boot. But then when an >> abnorm

Re: [U-Boot] RFC: postload: Loading some U-Boot code later

2011-07-27 Thread Wolfgang Denk
Dear Simon Glass, In message you wrote: > > I am looking to implement a feature where a cut-down U-Boot is > initially loaded, which is enough for a normal boot. But then when an > abnormal boot is required (e.g. from a USB stick or network), we can > load more code to cope with it. ... > - has