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

Signed-off-by: Mike Frysinger vapier@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; }

On Wed, Oct 26, 2011 at 3:22 AM, Mike Frysinger vapier@gentoo.org wrote:
Signed-off-by: Mike Frysinger vapier@gentoo.org
Acked-by: Simon Glass sjg@chromium.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

Dear Mike Frysinger,
In message 1319624534-32278-1-git-send-email-vapier@gentoo.org you wrote:
Signed-off-by: Mike Frysinger vapier@gentoo.org
arch/sandbox/cpu/start.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
participants (3)
-
Mike Frysinger
-
Simon Glass
-
Wolfgang Denk