mirror of
https://xff.cz/git/u-boot/
synced 2026-01-03 17:37:10 +01: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>