From 1313db48e2b94e4791878fd0062aae2b8bafa785 Mon Sep 17 00:00:00 2001 From: Alison Wang Date: Thu, 12 Feb 2015 18:33:15 +0800 Subject: m68k: Add generic board support for MCF547X/8X and MCF5445X This patch adds generic board support for MCF547X/8X and MCF5445X. It is based on the patch about common generic board support for M68K architecture sent by Angelo. Signed-off-by: Alison Wang --- include/configs/M5485EVB.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/configs/M5485EVB.h') diff --git a/include/configs/M5485EVB.h b/include/configs/M5485EVB.h index e4128062a92..9aa02f7c6c6 100644 --- a/include/configs/M5485EVB.h +++ b/include/configs/M5485EVB.h @@ -22,11 +22,13 @@ #define CONFIG_M548x /* define processor type */ #define CONFIG_M5485 /* define processor type */ +#define CONFIG_DISPLAY_BOARDINFO + #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #define CONFIG_BAUDRATE 115200 -#define CONFIG_HW_WATCHDOG +#undef CONFIG_HW_WATCHDOG #define CONFIG_WATCHDOG_TIMEOUT 5000 /* timeout in milliseconds, max timeout is 6.71sec */ /* Command line configuration */ -- cgit v1.2.3