diff options
author | Mario Kicherer <dev@kicherer.org> | 2023-01-30 10:21:43 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-06-20 13:02:34 -0400 |
commit | 1aeedef93744da76fd1e6f5c3b139409fff57dc5 (patch) | |
tree | b288d85e7425ce5878aed386df61ce49ea6062eb /common/stdio.c | |
parent | 571d8e57345dd35525bab2b3b47638792b960252 (diff) |
spl: spl-nor: return error if no valid image was loaded
If only FIT images are enabled and loading the FIT image fails,
spl_nor_load_image() should return an error instead of zero.
Without this patch:
>>SPL: board_init_r()
spl_init
Trying to boot from NOR
Unsupported OS image.. Jumping nevertheless..
image entry point: 0x0
With patch:
>>SPL: board_init_r()
spl_init
Trying to boot from NOR
SPL: failed to boot from all boot devices (err=-6)
.### ERROR ### Please RESET the board ###
Signed-off-by: Mario Kicherer <dev@kicherer.org>
Diffstat (limited to 'common/stdio.c')
0 files changed, 0 insertions, 0 deletions