diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-01-30 22:44:21 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-04 09:50:53 +0000 |
commit | 865db966f8ad404fa2532bcd5d49141a4ab318b7 (patch) | |
tree | fb21b77d35a6c83155c78488e290cff156d0b9d2 /src/soc/amd/common | |
parent | 560384fe960cf64645c1050e9a4f98c08423372b (diff) |
src: Remove unused <cbfs.h>
Change-Id: Idc11f1e131df2e01864fedac864bda5e11f2d17b
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50166
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/soc/amd/common')
-rw-r--r-- | src/soc/amd/common/block/psp/psp_smm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/common/block/psp/psp_smm.c b/src/soc/amd/common/block/psp/psp_smm.c index 92b0cc6de3..7c156169a8 100644 --- a/src/soc/amd/common/block/psp/psp_smm.c +++ b/src/soc/amd/common/block/psp/psp_smm.c @@ -3,7 +3,6 @@ #include <device/mmio.h> #include <cpu/x86/msr.h> #include <cpu/amd/msr.h> -#include <cbfs.h> #include <region_file.h> #include <rules.h> #include <console/console.h> |