From 1a7a5b49c570bf4a183178327c77ed4828d25416 Mon Sep 17 00:00:00 2001 From: Ed Swierk Date: Fri, 15 Dec 2006 11:42:16 +0000 Subject: Apply linuxbios-rename-compressed-payload-options.patch, refs #14 Signed-off-by: Ed Swierk Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2527 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/i386/Config.lb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/arch') 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 -- cgit v1.2.3