[U-Boot] [PATCH] sandbox: drop unused return

Mike Frysinger vapier at gentoo.org
Wed Oct 26 12:22:14 CEST 2011


Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 arch/sandbox/cpu/start.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/sandbox/cpu/start.c b/arch/sandbox/cpu/start.c
index 685793e..a429e29 100644
--- a/arch/sandbox/cpu/start.c
+++ b/arch/sandbox/cpu/start.c
@@ -28,6 +28,4 @@ int main(int argc, char *argv[])
 	 * never return.
 	 */
 	board_init_f(0);
-
-	return 0;
 }
-- 
1.7.6.1



More information about the U-Boot mailing list