]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: add __noreturn attribute to spl_invoke_atf function
authorChanho Park <chanho61.park@samsung.com>
Fri, 8 Sep 2023 08:08:56 +0000 (17:08 +0900)
committerTom Rini <trini@konsulko.com>
Mon, 9 Oct 2023 19:24:31 +0000 (15:24 -0400)
commita60d9686f21fdf2549858ca0e728bcef545d73d2
tree1ca761047502fb6f6fa06ee15bd3a8550a4b4a06
parent47e7f128c40c9bf856e76bf125e44522c99f3511
spl: add __noreturn attribute to spl_invoke_atf function

spl_invoke_atf function will not be returned to SPL. Thus, we need to
set __noreturn function attribute to the function.

Signed-off-by: Chanho Park <chanho61.park@samsung.com>
common/spl/spl_atf.c
include/spl.h