summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Estevam <[email protected]>2015-11-03 11:54:21 -0200
committerStefano Babic <[email protected]>2015-11-12 17:26:34 +0100
commit346d106d1629b6945cdb6818fc1db9c3fed4f435 (patch)
tree7b2316758088f3085cfa6ad09a2ad46623077843
parentdb4ecd1fe844b837c49287eaec96f03aeb7296bc (diff)
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 <[email protected]> Signed-off-by: Fabio Estevam <[email protected]> Acked-by: Tim Harvey <[email protected]>
-rw-r--r--board/gateworks/gw_ventana/gw_ventana_spl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/gateworks/gw_ventana/gw_ventana_spl.c b/board/gateworks/gw_ventana/gw_ventana_spl.c
index d28eb14f87e..0a6ad47c7df 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)
-{
-}