gw_ventana: Remove empty reset_cpu()
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 3 Nov 2015 13:54:21 +0000 (11:54 -0200)
committerStefano Babic <sbabic@denx.de>
Thu, 12 Nov 2015 16:26:34 +0000 (17:26 +0100)
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>
board/gateworks/gw_ventana/gw_ventana_spl.c

index d28eb14..0a6ad47 100644 (file)
@@ -574,7 +574,3 @@ int spl_start_uboot(void)
        return ret;
 }
 #endif
-
-void reset_cpu(ulong addr)
-{
-}