diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-11-20 18:34:57 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-11-21 04:27:13 +0000 |
commit | a12c8de14b7a62e60c061c44846467aa4b782c6c (patch) | |
tree | 07de3514a4b1c1abf4c7dc71d873f1dd35fd2ad3 /src/soc/amd | |
parent | f30d11ccd712a7e06803dfe6224eb468de054de7 (diff) |
tree: Remove unused <bootstate.h>
Remove "include <bootstate.h>" when it is not used.
Change-Id: Ic27acf9f8dfbbccb8f48a139032b1463e7185030
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85216
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/genoa_poc/fch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/genoa_poc/fch.c b/src/soc/amd/genoa_poc/fch.c index 3af741c0b3..46f97db8ea 100644 --- a/src/soc/amd/genoa_poc/fch.c +++ b/src/soc/amd/genoa_poc/fch.c @@ -5,7 +5,6 @@ #include <amdblocks/amd_pci_util.h> #include <amdblocks/gpio.h> #include <amdblocks/smi.h> -#include <bootstate.h> #include <cpu/x86/smm.h> #include <soc/amd_pci_int_defs.h> #include <soc/smi.h> |