summaryrefslogtreecommitdiff
path: root/common/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/event.c')
-rw-r--r--common/event.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/event.c b/common/event.c
index 164c95f8f5..3224e28122 100644
--- a/common/event.c
+++ b/common/event.c
@@ -27,7 +27,7 @@ const char *const type_name[] = {
"test",
/* Events related to driver model */
- "dm_post_init",
+ "dm_post_init_f",
"dm_pre_probe",
"dm_post_probe",
"dm_pre_remove",
@@ -36,6 +36,9 @@ const char *const type_name[] = {
/* init hooks */
"misc_init_f",
+ /* Fpga load hook */
+ "fpga_load",
+
/* fdt hooks */
"ft_fixup",