mirror of
https://xff.cz/git/u-boot/
synced 2025-09-21 10:32:07 +02:00
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>