From: Fabio Estevam <fabio.estevam@freescale.com>
Date: Tue, 3 Nov 2015 00:21:30 +0000 (-0200)
Subject: mx6sabresd: Remove empty reset_cpu()
X-Git-Tag: v2025.01-rc5-pxa1908~11211^2~31
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/login.html?a=commitdiff_plain;h=26fbe9e531119fc3797b2c795f5ce09e1957a589;p=u-boot.git

mx6sabresd: Remove empty reset_cpu()

There is really no need to provide an empty reset_cpu() implementation,
so just remove it.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
---

diff --git a/board/freescale/mx6sabresd/mx6sabresd.c b/board/freescale/mx6sabresd/mx6sabresd.c
index 5b0b83e987..581c9d5560 100644
--- a/board/freescale/mx6sabresd/mx6sabresd.c
+++ b/board/freescale/mx6sabresd/mx6sabresd.c
@@ -914,8 +914,4 @@ void board_init_f(ulong dummy)
 	/* load/boot image from boot device */
 	board_init_r(NULL, 0);
 }
-
-void reset_cpu(ulong addr)
-{
-}
 #endif