sandbox: mark sandbox_exit() as no return.
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 1 Apr 2023 07:54:25 +0000 (09:54 +0200)
committerSimon Glass <sjg@chromium.org>
Fri, 28 Apr 2023 17:30:17 +0000 (11:30 -0600)
commit9963b1f5b80ad3923ff5100a4b91ab1906521ff2
tree67d5a6c5edacce09e5b1fb916e5d5291e1ba0eda
parent278c9b22ba109a0c5aa946905dcd83caea85090f
sandbox: mark sandbox_exit() as no return.

Fix a -Wimplicit-fallthrough warning in sandbox_sysreset_request().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/cpu.c
arch/sandbox/include/asm/u-boot-sandbox.h
drivers/sysreset/sysreset_sandbox.c