diff options
author | Ed Swierk <eswierk@arastra.com> | 2006-12-15 11:42:16 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-12-15 11:42:16 +0000 |
commit | 1a7a5b49c570bf4a183178327c77ed4828d25416 (patch) | |
tree | 06d3735939cb943609743ea402b2ab1bfdaa72b3 /src/arch | |
parent | 208948787ec767dcdd2443a89f312bfba00ea2cc (diff) | |
download | coreboot-1a7a5b49c570bf4a183178327c77ed4828d25416.tar.xz |
Apply linuxbios-rename-compressed-payload-options.patch, 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@2527 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/i386/Config.lb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/arch/i386/Config.lb b/src/arch/i386/Config.lb index b5fcd90688..09eb1a22b8 100644 --- a/src/arch/i386/Config.lb +++ b/src/arch/i386/Config.lb @@ -1,5 +1,5 @@ uses CONFIG_SMP -uses CONFIG_PRECOMPRESSED_ROM_STREAM +uses CONFIG_PRECOMPRESSED_PAYLOAD uses CONFIG_USE_INIT uses HAVE_FAILOVER_BOOT uses USE_FAILOVER_IMAGE @@ -61,11 +61,11 @@ end makedefine PAYLOAD-1:=payload # match the case where a compression type is specified. -makedefine PAYLOAD-$(CONFIG_COMPRESSED_ROM_STREAM_NRV2B):=payload.nrv2b -makedefine PAYLOAD-$(CONFIG_COMPRESSED_ROM_STREAM_LZMA):=payload.lzma +makedefine PAYLOAD-$(CONFIG_COMPRESSED_PAYLOAD_NRV2B):=payload.nrv2b +makedefine PAYLOAD-$(CONFIG_COMPRESSED_PAYLOAD_LZMA):=payload.lzma # catch the case where there is precompression. Yes, this bites. -if CONFIG_PRECOMPRESSED_ROM_STREAM +if CONFIG_PRECOMPRESSED_PAYLOAD makedefine PAYLOAD-1:=payload end |