diff --git a/src/soc/intel/skylake/include/soc/bootblock.h b/src/soc/intel/skylake/include/soc/bootblock.h index bacbef8cff..4895912092 100644 --- a/src/soc/intel/skylake/include/soc/bootblock.h +++ b/src/soc/intel/skylake/include/soc/bootblock.h @@ -19,7 +19,7 @@ #if IS_ENABLED(CONFIG_PLATFORM_USES_FSP1_1) #include #else -inline void bootblock_fsp_temp_ram_init(void) {} +static inline void bootblock_fsp_temp_ram_init(void) {} #endif /* Bootblock pre console init programing */