From e7f47412a82edd5c6a87847e5e5c0ead9a6aa96d Mon Sep 17 00:00:00 2001 From: Nicholas Chin Date: Sun, 29 Sep 2024 18:45:45 -0600 Subject: vc/amd/opensil/genoa_poc: Explicitly include static.h for config_of_soc As per commit 865173153760 ("sconfig: Move config_of_soc from device.h to static.h"), sources that require access to the devicetree should directly include static.h so that it can be removed from device.h, eliminating unnecessary dependencies on static.h for files that only need the types and function declarations in device.h. Change-Id: I83c3e5db85b98196c465146ba8e3481041d2f7eb Signed-off-by: Nicholas Chin Reviewed-on: https://review.coreboot.org/c/coreboot/+/84589 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Marshall Dawson --- src/vendorcode/amd/opensil/genoa_poc/ramstage.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vendorcode/amd/opensil/genoa_poc/ramstage.c b/src/vendorcode/amd/opensil/genoa_poc/ramstage.c index b18ccc9836..b1bbc07a7d 100644 --- a/src/vendorcode/amd/opensil/genoa_poc/ramstage.c +++ b/src/vendorcode/amd/opensil/genoa_poc/ramstage.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include "opensil_console.h" -- cgit v1.2.3