diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-03-17 02:09:12 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-03-17 02:09:12 +0000 |
commit | d4ab7c5efbe3e8bc398dd541465bbfc5efe37035 (patch) | |
tree | 813cf5f9e46b052e59e973e1e6bb72b901bb06b8 /src/mainboard/dell | |
parent | 348a1ba589c784f8b15d7179b2d9488c2c31ccb6 (diff) |
fix dell s1850, ROMCC didn't seem to like SSE2 memtest here.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5237 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/dell')
-rw-r--r-- | src/mainboard/dell/s1850/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/dell/s1850/Kconfig b/src/mainboard/dell/s1850/Kconfig index 853e2ab7a5..112abb54c1 100644 --- a/src/mainboard/dell/s1850/Kconfig +++ b/src/mainboard/dell/s1850/Kconfig @@ -11,6 +11,7 @@ config BOARD_DELL_S1850 select BOARD_HAS_HARD_RESET select HAVE_PIRQ_TABLE select HAVE_MP_TABLE + select USE_WATCHDOG_ON_BOOT select BOARD_ROMSIZE_KB_1024 select UDELAY_TSC |