summaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorVasili Galka <vvv444@gmail.com>2014-06-15 18:41:16 +0300
committerTom Rini <trini@ti.com>2014-06-19 11:19:06 -0400
commit7fae9e249367172d225b7fc9e62d9f3e96fcd8e5 (patch)
treee59a36ab7491133dd262f78bccef32ded6be528b /arch/m68k
parenta348d56934d6b0de31d5bdc12911a63e186e8ffa (diff)
downloadtalos-obmc-uboot-7fae9e249367172d225b7fc9e62d9f3e96fcd8e5.tar.gz
talos-obmc-uboot-7fae9e249367172d225b7fc9e62d9f3e96fcd8e5.zip
m68k: Remove CONFIG_CMD_BEDBUG related code
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>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/lib/board.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/m68k/lib/board.c b/arch/m68k/lib/board.c
index 6de920eb43..9caff73505 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,
OpenPOWER on IntegriCloud