All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] m68k: Remove CONFIG_CMD_BEDBUG related code
@ 2014-06-15 15:41 Vasili Galka
  2014-06-19 15:22 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Vasili Galka @ 2014-06-15 15:41 UTC (permalink / raw)
  To: u-boot

This flag does not compile on m68k since 2003 (8bde7f7) when a
required "cmd_bedbug.h" header was removed. Eleven years passed,
lets clean up a little...

Signed-off-by: Vasili Galka <vvv444@gmail.com>
---
 arch/m68k/lib/board.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/arch/m68k/lib/board.c b/arch/m68k/lib/board.c
index 6de920e..9caff73 100644
--- a/arch/m68k/lib/board.c
+++ b/arch/m68k/lib/board.c
@@ -31,9 +31,6 @@
 #endif
 #include <net.h>
 #include <serial.h>
-#if defined(CONFIG_CMD_BEDBUG)
-#include <cmd_bedbug.h>
-#endif
 #ifdef CONFIG_SYS_ALLOC_DPRAM
 #include <commproc.h>
 #endif
@@ -602,11 +599,6 @@ void board_init_r (gd_t *id, ulong dest_addr)
 	last_stage_init ();
 #endif
 
-#if defined(CONFIG_CMD_BEDBUG)
-	WATCHDOG_RESET ();
-	bedbug_init ();
-#endif
-
 #if defined(CONFIG_PRAM) || defined(CONFIG_LOGBUFFER)
 	/*
 	 * Export available size of memory for Linux,
-- 
1.7.9

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

* [U-Boot] m68k: Remove CONFIG_CMD_BEDBUG related code
  2014-06-15 15:41 [U-Boot] [PATCH] m68k: Remove CONFIG_CMD_BEDBUG related code Vasili Galka
@ 2014-06-19 15:22 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2014-06-19 15:22 UTC (permalink / raw)
  To: u-boot

On Sun, Jun 15, 2014 at 06:41:16PM +0300, Vasili Galka wrote:

> This flag does not compile on m68k since 2003 (8bde7f7) when a
> required "cmd_bedbug.h" header was removed. Eleven years passed,
> lets clean up a little...
> 
> Signed-off-by: Vasili Galka <vvv444@gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140619/ddab4945/attachment.pgp>

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

end of thread, other threads:[~2014-06-19 15:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-15 15:41 [U-Boot] [PATCH] m68k: Remove CONFIG_CMD_BEDBUG related code Vasili Galka
2014-06-19 15:22 ` [U-Boot] " Tom Rini

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.