X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=arch%2Fsandbox%2Fcpu%2Fcpu.c;h=c7bf8a9155801ca162402a0560e8ea1a1ae1a9e2;hb=7a9219c17a6a15bfa96a87b352837be71b6738f6;hp=554cae85ef05874221cd38f9e59edf65bb8a51fd;hpb=8edf844f1b652bc81604d9b5fab59e2fa80fe3af;p=karo-tx-uboot.git diff --git a/arch/sandbox/cpu/cpu.c b/arch/sandbox/cpu/cpu.c index 554cae85ef..c7bf8a9155 100644 --- a/arch/sandbox/cpu/cpu.c +++ b/arch/sandbox/cpu/cpu.c @@ -20,15 +20,14 @@ */ #include +#include DECLARE_GLOBAL_DATA_PTR; int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) { - /* - * This is considered normal termination for now. We wil call os_exit() - * when available. - */ + /* This is considered normal termination for now */ + os_exit(0); return 0; }