From: Fabio Estevam <fabio.estevam@freescale.com>
Date: Tue, 3 Nov 2015 13:54:21 +0000 (-0200)
Subject: gw_ventana: Remove empty reset_cpu()
X-Git-Tag: v2025.01-rc5-pxa1908~11211^2~25
X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-logo.png?a=commitdiff_plain;h=346d106d1629b6945cdb6818fc1db9c3fed4f435;p=u-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 <tharvey@gateworks.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Tim Harvey <tharvey@gateworks.com>
---

diff --git a/board/gateworks/gw_ventana/gw_ventana_spl.c b/board/gateworks/gw_ventana/gw_ventana_spl.c
index d28eb14f87..0a6ad47c7d 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)
-{
-}