From: Fabio Estevam Date: Tue, 3 Nov 2015 13:54:21 +0000 (-0200) Subject: gw_ventana: Remove empty reset_cpu() X-Git-Tag: v2016.01-rc1~2^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=346d106d1629b6945cdb6818fc1db9c3fed4f435;p=platform%2Fkernel%2Fu-boot.git gw_ventana: Remove empty reset_cpu() There is really no need to provide an empty reset_cpu() implementation, so just remove it. Cc: Tim Harvey Signed-off-by: Fabio Estevam Acked-by: Tim Harvey --- 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) -{ -}