diff options
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/apollolake/fspcar.c | 2 | ||||
-rw-r--r-- | src/soc/intel/broadwell/romstage/romstage.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/soc/intel/apollolake/fspcar.c b/src/soc/intel/apollolake/fspcar.c index a284116bac..40bacd7ad2 100644 --- a/src/soc/intel/apollolake/fspcar.c +++ b/src/soc/intel/apollolake/fspcar.c @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ -#include <bootblock_common.h> + #include <FsptUpd.h> const FSPT_UPD temp_ram_init_params = { diff --git a/src/soc/intel/broadwell/romstage/romstage.c b/src/soc/intel/broadwell/romstage/romstage.c index 96218f4ba4..6294b8adf3 100644 --- a/src/soc/intel/broadwell/romstage/romstage.c +++ b/src/soc/intel/broadwell/romstage/romstage.c @@ -17,7 +17,6 @@ #include <stdint.h> #include <arch/cbfs.h> #include <arch/romstage.h> -#include <bootblock_common.h> #include <bootmode.h> #include <cbmem.h> #include <console/console.h> |