diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-05-23 09:16:34 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-06-02 07:40:35 +0000 |
commit | ebddada48db221838e82fea5f2f14d9faeb53dfe (patch) | |
tree | fe42f81c7b361330beb0e4bbf176d7c6b0423662 /src/soc/amd/common/block/psp | |
parent | fcf7d992bf0e8dfb887b7c1db29852898deb7684 (diff) |
src: Remove unused 'include <bootstate.h>'
Change-Id: I54eda3d51ecda77309841e598f06eb9cea3babc1
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41671
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/amd/common/block/psp')
-rw-r--r-- | src/soc/amd/common/block/psp/psp_gen1.c | 1 | ||||
-rw-r--r-- | src/soc/amd/common/block/psp/psp_gen2.c | 1 | ||||
-rw-r--r-- | src/soc/amd/common/block/psp/psp_smm.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/amd/common/block/psp/psp_gen1.c b/src/soc/amd/common/block/psp/psp_gen1.c index 703af9d5b9..5096dd3adc 100644 --- a/src/soc/amd/common/block/psp/psp_gen1.c +++ b/src/soc/amd/common/block/psp/psp_gen1.c @@ -4,7 +4,6 @@ #include <cbfs.h> #include <region_file.h> #include <timer.h> -#include <bootstate.h> #include <console/console.h> #include <amdblocks/psp.h> #include <soc/iomap.h> diff --git a/src/soc/amd/common/block/psp/psp_gen2.c b/src/soc/amd/common/block/psp/psp_gen2.c index cf9b532f88..59e62551c1 100644 --- a/src/soc/amd/common/block/psp/psp_gen2.c +++ b/src/soc/amd/common/block/psp/psp_gen2.c @@ -2,7 +2,6 @@ #include <device/mmio.h> #include <timer.h> -#include <bootstate.h> #include <amdblocks/psp.h> #include <soc/iomap.h> #include "psp_def.h" diff --git a/src/soc/amd/common/block/psp/psp_smm.c b/src/soc/amd/common/block/psp/psp_smm.c index 024e952760..b103b3e629 100644 --- a/src/soc/amd/common/block/psp/psp_smm.c +++ b/src/soc/amd/common/block/psp/psp_smm.c @@ -5,7 +5,6 @@ #include <cpu/amd/msr.h> #include <cbfs.h> #include <region_file.h> -#include <bootstate.h> #include <rules.h> #include <console/console.h> #include <amdblocks/psp.h> |