diff options
author | Simon Glass <sjg@chromium.org> | 2018-11-15 18:44:08 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-26 08:25:37 -0500 |
commit | 27028f186d17a25507eb7d5c9b852d8555432679 (patch) | |
tree | 3782561607ad92cb008bfb76f960802c994cc394 /common/spl/spl.c | |
parent | 65f3b1f99274ef876499c082aa66a83f46372d16 (diff) | |
download | u-boot-27028f186d17a25507eb7d5c9b852d8555432679.zip u-boot-27028f186d17a25507eb7d5c9b852d8555432679.tar.gz u-boot-27028f186d17a25507eb7d5c9b852d8555432679.tar.bz2 |
sandbox: Boot in U-Boot through the standard call
Most architectures use jump_to_image_no_args() to jump from SPL to U-Boot.
At present sandbox is special in that it jumps in its
spl_board_load_image() call. This is not strictly correct, and means that
sandbox misses out some parts of board_init_r(), just as calling
bloblist_finish(), for example.
Change spl_board_load_image() to just identify the filename to boot, and
implement jump_to_image_no_args() to actually jump to it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/spl/spl.c')
0 files changed, 0 insertions, 0 deletions