From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Mon, 2 Nov 2015 22:21:35 -0200 Subject: [U-Boot] [PATCH 6/6] ot1200: Remove empty reset_cpu() In-Reply-To: <1446510095-14793-1-git-send-email-festevam@gmail.com> References: <1446510095-14793-1-git-send-email-festevam@gmail.com> Message-ID: <1446510095-14793-6-git-send-email-festevam@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Fabio Estevam There is really no need to provide an empty reset_cpu() implementation, so just remove it. Cc: Christian Gmeiner Signed-off-by: Fabio Estevam --- 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) -{ -} -- 1.9.1