diff options
-rw-r--r-- | src/soc/amd/picasso/chip.c | 1 | ||||
-rw-r--r-- | src/soc/amd/picasso/romstage.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/picasso/chip.c b/src/soc/amd/picasso/chip.c index 9c26f35121..4ea962f715 100644 --- a/src/soc/amd/picasso/chip.c +++ b/src/soc/amd/picasso/chip.c @@ -5,7 +5,6 @@ #include <device/device.h> #include <device/pci.h> #include <drivers/i2c/designware/dw_i2c.h> -#include <romstage_handoff.h> #include <soc/acpi.h> #include <soc/cpu.h> #include <soc/data_fabric.h> diff --git a/src/soc/amd/picasso/romstage.c b/src/soc/amd/picasso/romstage.c index a2ca055525..0bbceec0d1 100644 --- a/src/soc/amd/picasso/romstage.c +++ b/src/soc/amd/picasso/romstage.c @@ -10,7 +10,6 @@ #include <commonlib/helpers.h> #include <console/console.h> #include <program_loading.h> -#include <romstage_handoff.h> #include <elog.h> #include <soc/romstage.h> #include <soc/mtrr.h> |