u-boot-brain/arch/openrisc/lib
Simon Glass 983c72f479 Clarify bootm OS arguments
At present the arguments to bootm are processed in a somewhat confusing
way. Sub-functions must know how many arguments their calling functions
have processed, and the OS boot function must also have this information.
Also it isn't obvious that 'bootm' and 'bootm start' provide arguments in
the same way.

Adjust the code so that arguments are removed from the list before calling
a sub-function. This means that all functions can know that argv[0] is the
first argument of which they need to take notice.

Signed-off-by: Simon Glass <sjg@chromium.org>
2013-06-26 10:16:41 -04:00
..
board.c lib: consolidate hang() 2013-05-01 16:41:08 -04:00
bootm.c Clarify bootm OS arguments 2013-06-26 10:16:41 -04:00
Makefile openrisc: Add library functions 2012-01-13 21:16:48 +01:00
timer.c openrisc: implement get_ticks and get_tbclk 2012-10-02 11:55:45 -07:00