mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
SPL is expected to load and run U-Boot. This needs to work with sandbox also. Provide a function to locate the U-Boot image, and another to start it. This allows SPL to function on sandbox as it does on other archs. Signed-off-by: Simon Glass <sjg@chromium.org>