Skip to content
Snippets Groups Projects
Commit 7fae9e24 authored by Vasili Galka's avatar Vasili Galka Committed by Tom Rini
Browse files

m68k: Remove CONFIG_CMD_BEDBUG related code


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

Signed-off-by: default avatarVasili Galka <vvv444@gmail.com>
parent a348d569
No related branches found
No related tags found
No related merge requests found
...@@ -31,9 +31,6 @@ ...@@ -31,9 +31,6 @@
#endif #endif
#include <net.h> #include <net.h>
#include <serial.h> #include <serial.h>
#if defined(CONFIG_CMD_BEDBUG)
#include <cmd_bedbug.h>
#endif
#ifdef CONFIG_SYS_ALLOC_DPRAM #ifdef CONFIG_SYS_ALLOC_DPRAM
#include <commproc.h> #include <commproc.h>
#endif #endif
...@@ -602,11 +599,6 @@ void board_init_r (gd_t *id, ulong dest_addr) ...@@ -602,11 +599,6 @@ void board_init_r (gd_t *id, ulong dest_addr)
last_stage_init (); last_stage_init ();
#endif #endif
#if defined(CONFIG_CMD_BEDBUG)
WATCHDOG_RESET ();
bedbug_init ();
#endif
#if defined(CONFIG_PRAM) || defined(CONFIG_LOGBUFFER) #if defined(CONFIG_PRAM) || defined(CONFIG_LOGBUFFER)
/* /*
* Export available size of memory for Linux, * Export available size of memory for Linux,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment