From ebafa4df425445a63725ce23b7d40dab6d5e99cd Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 7 Oct 2006 00:13:24 +0000 Subject: Add serial stream payload support from Ed Swierk X-Signed-Off-By: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2447 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/config') 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 -- cgit v1.2.3