All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/6] mx6sabresd: Remove empty reset_cpu()
@ 2015-11-03  0:21 Fabio Estevam
  2015-11-03  0:21 ` [U-Boot] [PATCH 2/6] mx6slevk: " Fabio Estevam
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Fabio Estevam @ 2015-11-03  0:21 UTC (permalink / raw)
  To: u-boot

From: Fabio Estevam <fabio.estevam@freescale.com>

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>
---
 board/freescale/mx6sabresd/mx6sabresd.c | 4 ----
 1 file changed, 4 deletions(-)

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

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-11-03  8:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-03  0:21 [U-Boot] [PATCH 1/6] mx6sabresd: Remove empty reset_cpu() Fabio Estevam
2015-11-03  0:21 ` [U-Boot] [PATCH 2/6] mx6slevk: " Fabio Estevam
2015-11-03  0:21 ` [U-Boot] [PATCH 3/6] mx6sxsabresd: " Fabio Estevam
2015-11-03  0:21 ` [U-Boot] [PATCH 4/6] mx6ul_14x14_evk: " Fabio Estevam
2015-11-03  0:21 ` [U-Boot] [PATCH 5/6] novena: " Fabio Estevam
2015-11-03  0:32   ` Marek Vasut
2015-11-03  0:21 ` [U-Boot] [PATCH 6/6] ot1200: " Fabio Estevam
2015-11-03  8:29   ` Christian Gmeiner
2015-11-03  8:28 ` [U-Boot] [PATCH 1/6] mx6sabresd: " Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.