diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-04-09 17:26:59 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-04-09 22:29:33 +0000 |
commit | 16131f3625d9033518aa31bf740652edc7b32cc1 (patch) | |
tree | cbfec817d0291b1fc840b1fe61152389cbfb6536 /src | |
parent | f3c36d1ac22f297b6d277f47e6f65fddce2c5c6b (diff) |
tree: Drop unused <post.h>
Change-Id: Ic7f6690786661e523292f7382df71ae4ad04d593
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81815
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/amd/common/psp_verstage/post.c | 1 | ||||
-rw-r--r-- | src/soc/intel/xeon_sp/chip_common.c | 1 | ||||
-rw-r--r-- | src/soc/intel/xeon_sp/chip_gen1.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/amd/common/psp_verstage/post.c b/src/soc/amd/common/psp_verstage/post.c index 5b429c912b..04c03d2301 100644 --- a/src/soc/amd/common/psp_verstage/post.c +++ b/src/soc/amd/common/psp_verstage/post.c @@ -2,7 +2,6 @@ #include <bl_uapp/bl_syscall_public.h> #include <console/console.h> -#include <post.h> void arch_post_code(u8 value) { diff --git a/src/soc/intel/xeon_sp/chip_common.c b/src/soc/intel/xeon_sp/chip_common.c index 1ddfe8b708..aabc54d681 100644 --- a/src/soc/intel/xeon_sp/chip_common.c +++ b/src/soc/intel/xeon_sp/chip_common.c @@ -5,7 +5,6 @@ #include <console/console.h> #include <device/pci.h> #include <intelblocks/acpi.h> -#include <post.h> #include <soc/acpi.h> #include <soc/chip_common.h> #include <soc/soc_util.h> diff --git a/src/soc/intel/xeon_sp/chip_gen1.c b/src/soc/intel/xeon_sp/chip_gen1.c index 99f5bd96f6..7e831ab102 100644 --- a/src/soc/intel/xeon_sp/chip_gen1.c +++ b/src/soc/intel/xeon_sp/chip_gen1.c @@ -8,7 +8,6 @@ #include <device/pci_def.h> #include <soc/pci_devs.h> #include <intelblocks/acpi.h> -#include <post.h> #include <soc/acpi.h> #include <soc/chip_common.h> #include <soc/soc_util.h> |