mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
ot1200: Remove empty reset_cpu()
There is really no need to provide an empty reset_cpu() implementation, so just remove it. Cc: Christian Gmeiner <christian.gmeiner@gmail.com> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Christian Gmeiner <christian.gmeiner@gmail.com>
This commit is contained in:
committed by
Stefano Babic
parent
115866c599
commit
db4ecd1fe8
@@ -156,7 +156,3 @@ void board_init_f(ulong dummy)
|
|||||||
/* load/boot image from boot device */
|
/* load/boot image from boot device */
|
||||||
board_init_r(NULL, 0);
|
board_init_r(NULL, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void reset_cpu(ulong addr)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user