On Tue, Aug 29, 2023 at 10:20:14AM +0900, Chanho Park wrote: > spl_invoke_opensbi function is not returned to SPL. Thus, we need to > set __noreturn function attribute. > > Signed-off-by: Chanho Park <chanho61.p...@samsung.com> > --- > common/spl/spl_opensbi.c | 7 ++++--- > include/spl.h | 2 +- > 2 files changed, 5 insertions(+), 4 deletions(-)
Reviewed-by: Leo Yu-Chi Liang <ycli...@andestech.com>