diff options
Diffstat (limited to 'common/event.c')
-rw-r--r-- | common/event.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/event.c b/common/event.c index 164c95f8f5..20720c5283 100644 --- a/common/event.c +++ b/common/event.c @@ -36,6 +36,9 @@ const char *const type_name[] = { /* init hooks */ "misc_init_f", + /* Fpga load hook */ + "fpga_load", + /* fdt hooks */ "ft_fixup", |