summaryrefslogtreecommitdiff
path: root/arch/sandbox/include/asm/spl.h
Commit message (Collapse)AuthorAgeLines
* spl: Move spl_board_load_image() into a generic headerSimon Glass2016-10-06-8/+0
| | | | | | | | | At present this is only used on ARM and sandbox, but it is just as applicable to other architectures. Move the function prototype into the generic SPL header. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
* sandbox: Add basic SPL implementationSimon Glass2016-07-14-0/+23
Add an sandbox implementation for the generic SPL framework. This supports locating and running U-Boot proper. Signed-off-by: Simon Glass <sjg@chromium.org>