]> git.baikalelectronics.ru Git - uboot.git/commit
spl: add __noreturn attribute to spl_invoke_opensbi function
authorChanho Park <chanho61.park@samsung.com>
Tue, 29 Aug 2023 01:20:14 +0000 (10:20 +0900)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Tue, 5 Sep 2023 02:53:51 +0000 (10:53 +0800)
commit3a8fa8b6361d702c8df766e8d776fdbd7cfb6c0e
tree22d8ad93fb84a5320b7051a15141050d2f3db49e
parent9f9453a8240b9bf67b469e81615c943ccf5b376a
spl: add __noreturn attribute to spl_invoke_opensbi function

spl_invoke_opensbi function is not returned to SPL. Thus, we need to
set __noreturn function attribute.

Signed-off-by: Chanho Park <chanho61.park@samsung.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
common/spl/spl_opensbi.c
include/spl.h