vbe: Move OS implementation into a separate file
[platform/kernel/u-boot.git] / common / event.c
index af1ed41..3e34550 100644 (file)
@@ -35,6 +35,9 @@ const char *const type_name[] = {
 
        /* init hooks */
        "misc_init_f",
+
+       /* fdt hooks */
+       "ft_fixup",
 };
 
 _Static_assert(ARRAY_SIZE(type_name) == EVT_COUNT, "event type_name size");