]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/sandbox/cpu/start.c
sandbox: drop unused return
[people/ms/u-boot.git] / arch / sandbox / cpu / start.c
index 685793e91e852cf3a43f25a0437a2713d6b9311a..a429e296ecb340113cb19850e87df290105fbf57 100644 (file)
@@ -28,6 +28,4 @@ int main(int argc, char *argv[])
         * never return.
         */
        board_init_f(0);
-
-       return 0;
 }