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:
Naresh G Solanki 2016-10-21 15:44:23 +05:30 committed by chrome-bot
parent 8eabab0977
commit 8ac23c0144

View file

@ -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 */