[U-Boot] [PATCH] sandbox: drop unused return
Simon Glass
sjg at chromium.org
Wed Oct 26 18:17:53 CEST 2011
On Wed, Oct 26, 2011 at 3:22 AM, Mike Frysinger <vapier at gentoo.org> wrote:
> Signed-off-by: Mike Frysinger <vapier at gentoo.org>
Acked-by: Simon Glass <sjg at 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
>
>
More information about the U-Boot
mailing list