]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/lib/reset.c
karo: merge with Ka-Ro specific tree for secure boot support
[karo-tx-uboot.git] / arch / arm / lib / reset.c
index 9a95f085044ade0c8f62fe489263c455b08df221..18d3e7eeffec16f71f0e5116d0bd66ee9e74eaea 100644 (file)
@@ -37,7 +37,5 @@ int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 
        reset_misc();
        reset_cpu(0);
-
-       /*NOTREACHED*/
-       return 0;
+       hang();
 }