commit | 8973e37d4d82ac6c8f2c252c1b8ec34688e29737 | [log] [tgz] |
---|---|---|
author | Chanho Park <chanho61.park@samsung.com> | Tue Aug 29 10:20:14 2023 +0900 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Tue Sep 05 10:53:51 2023 +0800 |
tree | 22d8ad93fb84a5320b7051a15141050d2f3db49e | |
parent | 564e0b549fa65968d7363d8b2d61d9d10d4d4d83 [diff] |
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>