This patch changes C7 CAR code to be a single assembler file instead
of the ugly mixture it was before. It also enables CAR for all C7 boards Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5399 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
fbb02a5f9d
commit
314e551447
2
Makefile
2
Makefile
@@ -274,8 +274,10 @@ CFLAGS += -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer
|
||||
|
||||
CBFS_COMPRESS_FLAG:=l
|
||||
CBFS_PAYLOAD_COMPRESS_FLAG:=
|
||||
CBFS_PAYLOAD_COMPRESS_NAME:=none
|
||||
ifeq ($(CONFIG_COMPRESSED_PAYLOAD_LZMA),y)
|
||||
CBFS_PAYLOAD_COMPRESS_FLAG:=l
|
||||
CBFS_PAYLOAD_COMPRESS_NAME:=LZMA
|
||||
endif
|
||||
|
||||
coreboot: prepare $(obj)/coreboot.rom
|
||||
|
Reference in New Issue
Block a user