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/soc/amd | |
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/soc/amd')
-rw-r--r-- | src/soc/amd/common/psp_verstage/post.c | 1 |
1 files changed, 0 insertions, 1 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) { |