From 5ef3460d49749274bc0936d520a36205c859181c Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Wed, 19 Sep 2018 10:09:16 +0200 Subject: sb/intel/common/firmware: Ensure warning is put late Change-Id: I400de0a622c2b45ea5ef1f1446f4f489ac397c32 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/28673 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/southbridge/intel/common/firmware/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/southbridge/intel/common') diff --git a/src/southbridge/intel/common/firmware/Makefile.inc b/src/southbridge/intel/common/firmware/Makefile.inc index 01a80614e3..774bb2391a 100644 --- a/src/southbridge/intel/common/firmware/Makefile.inc +++ b/src/southbridge/intel/common/firmware/Makefile.inc @@ -23,7 +23,7 @@ ifeq ($(CONFIG_HAVE_INTEL_FIRMWARE),y) ifeq ($(CONFIG_HAVE_IFD_BIN),y) INTERMEDIATE+=add_intel_firmware else ifeq ($(CONFIG_INTEL_DESCRIPTOR_MODE_REQUIRED),y) -INTERMEDIATE += warn_intel_firmware +files_added:: warn_intel_firmware endif IFD_BIN_PATH := $(CONFIG_IFD_BIN_PATH) @@ -89,7 +89,7 @@ endif warn_intel_firmware: printf "\n\t** WARNING **\n" - printf "coreboot will be built without an Intel Firmware Descriptor.\n" + printf "coreboot has been built without an Intel Firmware Descriptor.\n" printf "Never write a complete coreboot.rom without an IFD to your\n" printf "board's flash chip! You can use flashrom's IFD or layout\n" printf "parameters to flash only to the BIOS region.\n\n" -- cgit v1.2.3