]> Git Repo - J-u-boot.git/blobdiff - common/event.c
event: Add an event for device tree fixups
[J-u-boot.git] / common / event.c
index af1ed4121d8a86cb01a4f678f4381b8c6ecc9d70..3e345509783918fe3742074ba2785f87e0809b05 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");
This page took 0.020368 seconds and 4 git commands to generate.