soc/intel/skylake: make inline function static

Make bootblock_fsp_temp_ram_init as static inline.

Change-Id: Iacf24728a45fc6554d7a425feecc25e55ac5da6c
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>
This commit is contained in:
Naresh G Solanki 2016-10-21 15:44:23 +05:30 committed by Aaron Durbin
parent d5353e3648
commit 38f5a577ca
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#if IS_ENABLED(CONFIG_PLATFORM_USES_FSP1_1) #if IS_ENABLED(CONFIG_PLATFORM_USES_FSP1_1)
#include <fsp/bootblock.h> #include <fsp/bootblock.h>
#else #else
inline void bootblock_fsp_temp_ram_init(void) {} static inline void bootblock_fsp_temp_ram_init(void) {}
#endif #endif
/* Bootblock pre console init programing */ /* Bootblock pre console init programing */