diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-01-19 21:34:41 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-01-19 21:34:41 +0000 |
commit | d0363c3927ff08bf48c3a892f6e8ffa37f0e1fde (patch) | |
tree | 911f9683c52aef489929de1d9ff7ee63157d5abe /src/config/Options.lb | |
parent | 269563a423f9291e84b5a93859a3e17767cf27a0 (diff) | |
download | coreboot-d0363c3927ff08bf48c3a892f6e8ffa37f0e1fde.tar.xz |
ouch. never do last minute changes. :-(
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3871 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 2301905712..4fbc2fc77d 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -862,8 +862,8 @@ define HAVE_HARD_RESET comment "Have hard reset" end define HAVE_SMI_HANDLER - default none - export used + default 0 + export always comment "Set, if the board needs an SMI handler" end define MEMORY_HOLE |