uboot-mt623x/lib_avr32
Kumar Gala 40d7e99d37 bootm: refactor do_reset and os boot function args
There is no need for each OS specific function to call do_reset() we
can just do it once in bootm. This means its feasible on an error for
the OS boot function to return.

Also, remove passing in cmd_tbl_t as its not needed by the OS boot
functions.  flag isn't currently used but might be in the future so
we left it alone.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2008-08-26 23:48:01 +02:00
..
Makefile [Makefile] Sort COBJS in lib_<arch> Makefiles 2008-02-27 11:00:47 +01:00
board.c AVR32: Initialize ipaddr, loadaddr and bootfile at startup 2008-01-18 09:53:18 +01:00
bootm.c bootm: refactor do_reset and os boot function args 2008-08-26 23:48:01 +02:00
interrupts.c AVR32: Fix logic inversion in disable_interrupts() 2007-12-17 11:02:44 +01:00
memset.S avr32: Put memset in its own section 2008-05-27 15:27:30 +02:00