From 241391841e3aac76bb1cca282a9ed7ba192827f3 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 16 Nov 2017 16:00:53 -0700 Subject: vendorcode/amd/pi/00670F00: Remove dependency on amd/include dir Copy the two headers used by the Stoney BinaryPI implementation into the 00670F00 directory so that any changes that are made to them don't affect other platforms. BUG=b:67299330 TEST=Build Change-Id: I5d37fac72871f2617c4be45c151741436cbfce96 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/22498 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/vendorcode/amd/pi/00670F00/agesa_headers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vendorcode/amd/pi/00670F00/agesa_headers.h') diff --git a/src/vendorcode/amd/pi/00670F00/agesa_headers.h b/src/vendorcode/amd/pi/00670F00/agesa_headers.h index d93b73f163..721da3f89c 100644 --- a/src/vendorcode/amd/pi/00670F00/agesa_headers.h +++ b/src/vendorcode/amd/pi/00670F00/agesa_headers.h @@ -17,7 +17,7 @@ #define __AGESA_HEADERS_H__ #pragma pack(push) -#include +#include "Porting.h" #include "AGESA.h" #include "AMD.h" -- cgit v1.2.3