Properly check for the LZMA compression variable, and fix a print
message for the VGA ROM that would print a useless NULL string. Signed-off by: Cristi Magherusan <cristi.magherusan@net.utcluj.ro> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4573 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
2
Makefile
2
Makefile
@@ -232,7 +232,7 @@ CFLAGS += -Werror-implicit-function-declaration -Wstrict-aliasing -Wshadow
|
||||
CFLAGS += -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer
|
||||
|
||||
CBFS_COMPRESS_FLAG:=
|
||||
ifeq "$(CONFIG_COMPRESSED_PAYLOAD_LZMA)" "1"
|
||||
ifeq ($(CONFIG_COMPRESSED_PAYLOAD_LZMA),y)
|
||||
CBFS_COMPRESS_FLAG:=l
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user