diff options
author | Ed Swierk <eswierk@arastra.com> | 2006-12-15 12:56:28 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-12-15 12:56:28 +0000 |
commit | be13dc72d91bd3c5791fb2a3a18ee610860404ee (patch) | |
tree | 97e8702383a84bfb0cd22f337d70885ebe7713dc /src/stream/Config.lb | |
parent | 8bb1dc5c776699d2037923c6594e2e998c7bec09 (diff) | |
download | coreboot-be13dc72d91bd3c5791fb2a3a18ee610860404ee.tar.xz |
Apply linuxbios-rename-other-payload-options.patch
(Patch 2, refs #14)
Signed-off-by: Ed Swierk <eswierk@arastra.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2529 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/stream/Config.lb')
-rw-r--r-- | src/stream/Config.lb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/stream/Config.lb b/src/stream/Config.lb index 0385d63028..191b593b4c 100644 --- a/src/stream/Config.lb +++ b/src/stream/Config.lb @@ -1,23 +1,23 @@ -uses CONFIG_ROM_STREAM -uses CONFIG_IDE_STREAM -uses CONFIG_FS_STREAM +uses CONFIG_ROM_PAYLOAD +uses CONFIG_IDE_PAYLOAD +uses CONFIG_FS_PAYLOAD uses CONFIG_IDE -uses CONFIG_SERIAL_STREAM +uses CONFIG_SERIAL_PAYLOAD -if CONFIG_ROM_STREAM +if CONFIG_ROM_PAYLOAD object rom_stream.o end -if CONFIG_IDE_STREAM +if CONFIG_IDE_PAYLOAD default CONFIG_IDE=1 object ide_stream.o end -if CONFIG_FS_STREAM +if CONFIG_FS_PAYLOAD object fs_stream.o dir fs end -if CONFIG_SERIAL_STREAM +if CONFIG_SERIAL_PAYLOAD object serial_stream.o end |