mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 21:24:21 +08:00
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>
This commit is contained in:
parent
db4ecd1fe8
commit
346d106d16
@ -574,7 +574,3 @@ int spl_start_uboot(void)
|
||||
return ret;
|
||||
}
|
||||
#endif
|
||||
|
||||
void reset_cpu(ulong addr)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user