mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
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> |
||
|---|---|---|
| .. | ||
| bios.h | ||
| bios.S | ||
| bios_pci.S | ||
| bios_setup.c | ||
| board.c | ||
| bootm.c | ||
| Makefile | ||
| pci.c | ||
| pci_type1.c | ||
| realmode.c | ||
| realmode_switch.S | ||
| video.c | ||
| video_bios.c | ||
| zimage.c | ||