From 7e1465431a7869656026f435d7ad2b30f4e8e359 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 18 Nov 2015 15:26:07 -0800 Subject: drivers/intel/fsp1_1: Don't include files from blobs / fsp directory coreboot's binary policy forbids to store include files required to build the host binaries in the blobs directory. Hence remove the infrastructure to do so. Change-Id: I66d57f84cbc392bbfc1f951d13424742d2cff978 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/12464 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/drivers/intel/fsp1_1/include/fsp/soc_binding.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/intel/fsp1_1/include') diff --git a/src/drivers/intel/fsp1_1/include/fsp/soc_binding.h b/src/drivers/intel/fsp1_1/include/fsp/soc_binding.h index 04b01e9540..affb43f2fc 100644 --- a/src/drivers/intel/fsp1_1/include/fsp/soc_binding.h +++ b/src/drivers/intel/fsp1_1/include/fsp/soc_binding.h @@ -27,7 +27,7 @@ #pragma pack(push) /* - * This file is found by way of the Kconfig FSP_INCLUDE_PATH option. It is + * This file is found in the soc / chipset directory. It is * a per implementation specific header. i.e. different FSP implementations * for different chipsets. */ -- cgit v1.2.3