mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-11 13:08:31 -04:00
sandbox: fix compiler warning
Add back return statement to fix compiler warning about control flow reaching end of non void function that was introduced with: e05e5de arm: move C runtime setup code in crt0.S Signed-off-by: Allen Martin <amartin@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
a1eac57a20
commit
8ec21bbe5c
@ -122,4 +122,7 @@ int main(int argc, char *argv[])
|
|||||||
* never return.
|
* never return.
|
||||||
*/
|
*/
|
||||||
board_init_f(0);
|
board_init_f(0);
|
||||||
|
|
||||||
|
/* NOTREACHED - board_init_f() does not return */
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user