diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/cannonlake/bootblock/bootblock.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/cannonlake/bootblock/bootblock.c b/src/soc/intel/cannonlake/bootblock/bootblock.c index 4eeef59e4d..b7d00cd063 100644 --- a/src/soc/intel/cannonlake/bootblock/bootblock.c +++ b/src/soc/intel/cannonlake/bootblock/bootblock.c @@ -19,6 +19,8 @@ #include <soc/bootblock.h> #include <soc/iomap.h> #include <soc/pch.h> + +#if IS_ENABLED(CONFIG_FSP_CAR) #include <FsptUpd.h> const FSPT_UPD temp_ram_init_params = { @@ -37,6 +39,7 @@ const FSPT_UPD temp_ram_init_params = { .CodeRegionSize = (uint32_t)CONFIG_ROM_SIZE, }, }; +#endif asmlinkage void bootblock_c_entry(uint64_t base_timestamp) { |