diff options
Diffstat (limited to 'arch/x86/lib/fsp1/fsp_common.c')
-rw-r--r-- | arch/x86/lib/fsp1/fsp_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/lib/fsp1/fsp_common.c b/arch/x86/lib/fsp1/fsp_common.c index 2092617182..df18f47675 100644 --- a/arch/x86/lib/fsp1/fsp_common.c +++ b/arch/x86/lib/fsp1/fsp_common.c @@ -101,3 +101,4 @@ int arch_fsp_init(void) return 0; } +EVENT_SPY_SIMPLE(EVT_FSP_INIT_F, arch_fsp_init); |