soc/amd/picasso: Remove unused 'include <romstage_handoff.h>'

Change-Id: I07100361705ce421131b8a5d772cb5ba2d8722ff
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41672
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2020-05-23 09:47:13 +02:00 committed by Patrick Georgi
parent ebddada48d
commit 9ffef56c45
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
#include <device/device.h> #include <device/device.h>
#include <device/pci.h> #include <device/pci.h>
#include <drivers/i2c/designware/dw_i2c.h> #include <drivers/i2c/designware/dw_i2c.h>
#include <romstage_handoff.h>
#include <soc/acpi.h> #include <soc/acpi.h>
#include <soc/cpu.h> #include <soc/cpu.h>
#include <soc/data_fabric.h> #include <soc/data_fabric.h>

View File

@ -10,7 +10,6 @@
#include <commonlib/helpers.h> #include <commonlib/helpers.h>
#include <console/console.h> #include <console/console.h>
#include <program_loading.h> #include <program_loading.h>
#include <romstage_handoff.h>
#include <elog.h> #include <elog.h>
#include <soc/romstage.h> #include <soc/romstage.h>
#include <soc/mtrr.h> #include <soc/mtrr.h>