[U-Boot] [PATCH] gw_ventana: Remove empty reset_cpu()
Fabio Estevam
fabio.estevam at freescale.com
Tue Nov 3 14:54:21 CET 2015
There is really no need to provide an empty reset_cpu() implementation,
so just remove it.
Cc: Tim Harvey <tharvey at gateworks.com>
Signed-off-by: Fabio Estevam <fabio.estevam at 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
More information about the U-Boot
mailing list