Re: [U-Boot] [Patch] bootelf should allow arguments passing to called program

2009-07-23 Thread Wolfgang Denk
Dear =?ISO-8859-15?Q?Thomas_D=F6rfler?=, In message <4a633b8e.8060...@embedded-brains.de> you wrote: > The bootelf command is written to pass the command line arguments to the > called program, but the command list entry limits the number of > arguments to 2 (including the command itself and the i

[U-Boot] [Patch] bootelf should allow arguments passing to called program

2009-07-19 Thread Thomas Dörfler
The bootelf command is written to pass the command line arguments to the called program, but the command list entry limits the number of arguments to 2 (including the command itself and the image address). Changing the command list entry allows passing command line arguments to the called program.