mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: soc/intel/skylake: make inline function static
Make bootblock_fsp_temp_ram_init as static inline. BUG=None BRANCH=None TEST=None Signed-off-by: Naresh G Solanki <naresh.solanki@intel.com> Reviewed-on: https://review.coreboot.org/17084 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Change-Id: Iacf24728a45fc6554d7a425feecc25e55ac5da6c Reviewed-on: https://chromium-review.googlesource.com/404679 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
8eabab0977
commit
8ac23c0144
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
#if IS_ENABLED(CONFIG_PLATFORM_USES_FSP1_1)
|
||||
#include <fsp/bootblock.h>
|
||||
#else
|
||||
inline void bootblock_fsp_temp_ram_init(void) {}
|
||||
static inline void bootblock_fsp_temp_ram_init(void) {}
|
||||
#endif
|
||||
|
||||
/* Bootblock pre console init programing */
|
||||
|
|
Loading…
Add table
Reference in a new issue