1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-21 10:32:07 +02:00
Files
u-boot-megous/arch/x86/include
Simon Glass 76539383ea x86: Move kernel boot function to arch/x86/lib/bootm.c
The boot_zimage() function is badly named it can also boot a raw kernel.
Rename it, and try to avoid pointers for memory addresses as it involves
lots of casting.

Signed-off-by: Simon Glass <sjg@chromium.org>
2014-10-28 20:43:58 -06:00
..