Re: [U-Boot] [PATCH]: Smart Autoboot

2011-04-28 Thread Johannes Thoma
Dear Wolfgang, Thank you for your quick response. I agree that a scripting solution would be better, but I didn't research enough to find that out, sorry for that .. ;) I will run the mentioned check scripts for the next patches, I hope they will be better. All the best, - Johannes -- NEU:

Re: [U-Boot] [PATCH]: Smart Autoboot

2011-04-28 Thread Wolfgang Denk
Dear "Johannes Thoma", In message <20110428125810.123...@gmx.net> you wrote: > > I wrote a small patch that checks on autoboot if the image is a kernel > image and if not assumes that it is a standalone image. If the image > is kernel do_bootm is used else (unconditionally) do_go is used. > This

[U-Boot] [PATCH]: Smart Autoboot

2011-04-28 Thread Johannes Thoma
Dear U-Boot community, I wrote a small patch that checks on autoboot if the image is a kernel image and if not assumes that it is a standalone image. If the image is kernel do_bootm is used else (unconditionally) do_go is used. This is handy if you are working with test applications and kernels, s