diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-03-17 02:48:24 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-03-17 02:48:24 +0000 |
commit | 68f542cdf82efe257ee4251047a264558dd8645f (patch) | |
tree | 087bcdf4ed691b29dee2a97ab8e42b2a1a349d5e /src/mainboard/tyan/s2735/Kconfig | |
parent | b48ba6625b4028a12ddf22ec660922a8dc51113a (diff) |
remove more warnings, and fix some boards (watchdog.h)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5239 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/s2735/Kconfig')
-rw-r--r-- | src/mainboard/tyan/s2735/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/tyan/s2735/Kconfig b/src/mainboard/tyan/s2735/Kconfig index 73b9c1bfc9..a1705fbac0 100644 --- a/src/mainboard/tyan/s2735/Kconfig +++ b/src/mainboard/tyan/s2735/Kconfig @@ -13,6 +13,7 @@ config BOARD_TYAN_S2735 select UDELAY_TSC select HAVE_OPTION_TABLE select USE_DCACHE_RAM + select USE_WATCHDOG_ON_BOOT select BOARD_ROMSIZE_KB_512 config MAINBOARD_DIR |