From c6d134988c856d0025153fb885045d995bc8c397 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 15 May 2018 18:05:07 -0700 Subject: Revert "cbfs/payload type: Fix build warning and whitespace in name" This reverts commit 717ba748366cda19b7532897a5b8d59fc2cd25d9. This breaks seabios and a few other payloads. This is not ready for use. Change-Id: I48ebe2e2628c11e935357b900d01953882cd20dd Signed-off-by: Ronald G. Minnich Reviewed-on: https://review.coreboot.org/26310 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner Reviewed-by: Werner Zeh Reviewed-by: Patrick Georgi --- src/arch/arm64/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch') diff --git a/src/arch/arm64/Makefile.inc b/src/arch/arm64/Makefile.inc index 2514aa949c..997c2da70f 100644 --- a/src/arch/arm64/Makefile.inc +++ b/src/arch/arm64/Makefile.inc @@ -194,7 +194,7 @@ $(BL31): $(obj)/build.h BL31_CBFS := $(CONFIG_CBFS_PREFIX)/bl31 $(BL31_CBFS)-file := $(BL31) -$(BL31_CBFS)-type := simple_elf +$(BL31_CBFS)-type := payload $(BL31_CBFS)-compression := $(CBFS_COMPRESS_FLAG) cbfs-files-y += $(BL31_CBFS) -- cgit v1.2.3