From db4ecd1fe844b837c49287eaec96f03aeb7296bc Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Mon, 2 Nov 2015 22:21:35 -0200 Subject: [PATCH] ot1200: Remove empty reset_cpu() There is really no need to provide an empty reset_cpu() implementation, so just remove it. Cc: Christian Gmeiner Signed-off-by: Fabio Estevam Acked-by: Christian Gmeiner --- board/bachmann/ot1200/ot1200_spl.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/board/bachmann/ot1200/ot1200_spl.c b/board/bachmann/ot1200/ot1200_spl.c index 9c77fd3..f651a40 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) -{ -} -- 2.7.4