]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
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 d28eb14f87e53c90ed9c426b13de03022083a85a..0a6ad47c7df37f4500c6fd126aac2c695833401f 100644 (file)
@@ -574,7 +574,3 @@ int spl_start_uboot(void)
        return ret;
 }
 #endif
-
-void reset_cpu(ulong addr)
-{
-}