summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2006-10-07 00:13:24 +0000
committerStefan Reinauer <stepan@openbios.org>2006-10-07 00:13:24 +0000
commitebafa4df425445a63725ce23b7d40dab6d5e99cd (patch)
tree02d529146bf57863b8db1be83e12fa9fa493cf83 /src/config
parent197a4a8dbbbb03f25fd43d652173517be3e37d59 (diff)
downloadcoreboot-ebafa4df425445a63725ce23b7d40dab6d5e99cd.tar.xz
Add serial stream payload support from Ed Swierk <eswierk@arastra.com>
X-Signed-Off-By: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2447 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config')
-rw-r--r--src/config/Options.lb5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb
index aaaab35ac0..e8c251497c 100644
--- a/src/config/Options.lb
+++ b/src/config/Options.lb
@@ -629,6 +629,11 @@ define CONFIG_PRECOMPRESSED_ROM_STREAM
export always
comment "boot image is already compressed"
end
+define CONFIG_SERIAL_STREAM
+ default 0
+ export always
+ comment "Download boot image from serial port"
+end
define CONFIG_FS_STREAM
default 0
export always