]> Git Repo - J-u-boot.git/commitdiff
sandbox: drop unused return
authorMike Frysinger <[email protected]>
Wed, 26 Oct 2011 00:22:14 +0000 (00:22 +0000)
committerWolfgang Denk <[email protected]>
Thu, 3 Nov 2011 21:35:25 +0000 (22:35 +0100)
Signed-off-by: Mike Frysinger <[email protected]>
Acked-by: Simon Glass <[email protected]>
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;
 }
This page took 0.03492 seconds and 4 git commands to generate.