summaryrefslogtreecommitdiffstats
path: root/include/configs/M5475EVB.h
diff options
context:
space:
mode:
authorAlison Wang <b18965@freescale.com>2015-02-12 18:33:15 +0800
committerTom Rini <trini@konsulko.com>2015-03-05 20:13:22 -0500
commit1313db48e2b94e4791878fd0062aae2b8bafa785 (patch)
tree4a476f548eb820d3de49f80a9b14fe67096899da /include/configs/M5475EVB.h
parente310b93ec1f7db77c1bb91841f7b73d47f43b561 (diff)
downloadtalos-obmc-uboot-1313db48e2b94e4791878fd0062aae2b8bafa785.tar.gz
talos-obmc-uboot-1313db48e2b94e4791878fd0062aae2b8bafa785.zip
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 <alison.wang@freescale.com>
Diffstat (limited to 'include/configs/M5475EVB.h')
-rw-r--r--include/configs/M5475EVB.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/M5475EVB.h b/include/configs/M5475EVB.h
index e88a6bd8d3..2f4549f270 100644
--- a/include/configs/M5475EVB.h
+++ b/include/configs/M5475EVB.h
@@ -22,11 +22,13 @@
#define CONFIG_M547x /* define processor type */
#define CONFIG_M5475 /* 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 */
OpenPOWER on IntegriCloud