diff mbox

[U-Boot] gw_ventana: Remove empty reset_cpu()

Message ID 1446558861-17271-1-git-send-email-fabio.estevam@freescale.com
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Fabio Estevam Nov. 3, 2015, 1:54 p.m. UTC
There is really no need to provide an empty reset_cpu() implementation,
so just remove it.

Cc: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 board/gateworks/gw_ventana/gw_ventana_spl.c | 4 ----
 1 file changed, 4 deletions(-)

Comments

Tim Harvey Nov. 3, 2015, 2:12 p.m. UTC | #1
On Tue, Nov 3, 2015 at 5:54 AM, Fabio Estevam
<fabio.estevam@freescale.com> wrote:
> There is really no need to provide an empty reset_cpu() implementation,
> so just remove it.
>
> Cc: Tim Harvey <tharvey@gateworks.com>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  board/gateworks/gw_ventana/gw_ventana_spl.c | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/board/gateworks/gw_ventana/gw_ventana_spl.c b/board/gateworks/gw_ventana/gw_ventana_spl.c
> index d28eb14..0a6ad47 100644
> --- a/board/gateworks/gw_ventana/gw_ventana_spl.c
> +++ b/board/gateworks/gw_ventana/gw_ventana_spl.c
> @@ -574,7 +574,3 @@ int spl_start_uboot(void)
>         return ret;
>  }
>  #endif
> -
> -void reset_cpu(ulong addr)
> -{
> -}
> --
> 1.9.1
>

Acked-by: Tim Harvey <tharvey@gateworks.com>

Tim
diff mbox

Patch

diff --git a/board/gateworks/gw_ventana/gw_ventana_spl.c b/board/gateworks/gw_ventana/gw_ventana_spl.c
index d28eb14..0a6ad47 100644
--- a/board/gateworks/gw_ventana/gw_ventana_spl.c
+++ b/board/gateworks/gw_ventana/gw_ventana_spl.c
@@ -574,7 +574,3 @@  int spl_start_uboot(void)
 	return ret;
 }
 #endif
-
-void reset_cpu(ulong addr)
-{
-}