[U-Boot] [PATCH 6/6] ot1200: Remove empty reset_cpu()
Christian Gmeiner
christian.gmeiner at gmail.com
Tue Nov 3 09:29:24 CET 2015
2015-11-03 1:21 GMT+01:00 Fabio Estevam <festevam at gmail.com>:
> From: Fabio Estevam <fabio.estevam at freescale.com>
>
> There is really no need to provide an empty reset_cpu() implementation,
> so just remove it.
>
> Cc: Christian Gmeiner <christian.gmeiner at gmail.com>
> Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
> ---
> board/bachmann/ot1200/ot1200_spl.c | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/board/bachmann/ot1200/ot1200_spl.c b/board/bachmann/ot1200/ot1200_spl.c
> index 9c77fd3..f651a40 100644
> --- a/board/bachmann/ot1200/ot1200_spl.c
> +++ b/board/bachmann/ot1200/ot1200_spl.c
> @@ -156,7 +156,3 @@ void board_init_f(ulong dummy)
> /* load/boot image from boot device */
> board_init_r(NULL, 0);
> }
> -
> -void reset_cpu(ulong addr)
> -{
> -}
> --
> 1.9.1
>
Acked-by: Christian Gmeiner <christian.gmeiner at gmail.com>
More information about the U-Boot
mailing list