summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Estevam <[email protected]>2015-11-02 22:21:35 -0200
committerStefano Babic <[email protected]>2015-11-12 17:26:33 +0100
commitdb4ecd1fe844b837c49287eaec96f03aeb7296bc (patch)
treedd8d4b6b95b81368681512e55972e9093a76774c
parent115866c599d7efd54a7c24c7ab288b30e082ba5d (diff)
ot1200: Remove empty reset_cpu()
There is really no need to provide an empty reset_cpu() implementation, so just remove it. Cc: Christian Gmeiner <[email protected]> Signed-off-by: Fabio Estevam <[email protected]> Acked-by: Christian Gmeiner <[email protected]>
-rw-r--r--board/bachmann/ot1200/ot1200_spl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/bachmann/ot1200/ot1200_spl.c b/board/bachmann/ot1200/ot1200_spl.c
index 9c77fd3330a..f651a40a49e 100644
--- a/board/bachmann/ot1200/ot1200_spl.c
+++ b/board/bachmann/ot1200/ot1200_spl.c
@@ -156,7 +156,3 @@ void board_init_f(ulong dummy)
/* load/boot image from boot device */
board_init_r(NULL, 0);
}
-
-void reset_cpu(ulong addr)
-{
-}