diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2004-03-19 21:02:36 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2004-03-19 21:02:36 +0000 |
commit | b9e06c26925282d322b822d60f723d7753e71b2f (patch) | |
tree | 21f81a4156de88ea44ecac3c0c236dd1c1d637bc /src | |
parent | 7f845867563365bbf054a0ff1cf55bb9732e72e3 (diff) | |
download | coreboot-b9e06c26925282d322b822d60f723d7753e71b2f.tar.xz |
serial post returns!
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1455 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/config/Options.lb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 8646eb8d9b..5993ae14dd 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -408,6 +408,11 @@ define MAXIMUM_CONSOLE_LOGLEVEL export always comment "Error messages up to this level can be printed" end +define CONFIG_SERIAL_POST + default 0 + export always + comment "Enable SERIAL POST codes" +end define NO_POST default none export always |