From: Vasili Galka Date: Sun, 15 Jun 2014 15:41:16 +0000 (+0300) Subject: m68k: Remove CONFIG_CMD_BEDBUG related code X-Git-Tag: v2014.07-rc4~29 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7fae9e249367172d225b7fc9e62d9f3e96fcd8e5;p=u-boot 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 --- 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 #include -#if defined(CONFIG_CMD_BEDBUG) -#include -#endif #ifdef CONFIG_SYS_ALLOC_DPRAM #include #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,