Commit db4ecd1fe844b837c49287eaec96f03aeb7296bc

Authored by Fabio Estevam
Committed by Stefano Babic
1 parent 115866c599

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>

Showing 1 changed file with 0 additions and 4 deletions Side-by-side Diff

board/bachmann/ot1200/ot1200_spl.c
... ... @@ -156,8 +156,4 @@
156 156 /* load/boot image from boot device */
157 157 board_init_r(NULL, 0);
158 158 }
159   -
160   -void reset_cpu(ulong addr)
161   -{
162   -}