summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-08-05 22:11:04 -0400
committerTom Rini <[email protected]>2023-08-05 22:11:04 -0400
commitb1a8ef746f6c1a152ec41a747a06cbfbeb051a3e (patch)
tree7ccb97798b64cf66de600ffd501672c4cc2e858d /common
parentfd13001d138e27f967c38d5d538fbe1cf9bb88ae (diff)
parent48d4c0a85d6f7fdb46dddcaa8a5f5b5c4290819f (diff)
Merge tag 'dm-pull-5aug23' of https://source.denx.de/u-boot/custodians/u-boot-dm
binman support for Xilinx signing buildman minor fixes
Diffstat (limited to 'common')
-rw-r--r--common/event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/event.c b/common/event.c
index 20720c52839..3224e281222 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",