commit | 7fe32b3442f0d0e77a0768dcc1ee65fb352a080a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Mar 04 08:43:05 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 10 08:28:36 2022 -0500 |
tree | 96a205669eeb9145d15eaec2f9bac5a53ea3c791 | |
parent | 42fdcebf859f93139d58defd5abef44dedb9b17a [diff] [blame] |
event: Convert arch_cpu_init_dm() to use events Instead of a special function, send an event after driver model is inited and adjust the boards which use this function. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/common/event.c b/common/event.c index 4270809..9d67a06 100644 --- a/common/event.c +++ b/common/event.c
@@ -26,6 +26,7 @@ "test", /* Events related to driver model */ + "dm_post_init", "dm_pre_probe", "dm_post_probe", "dm_pre_remove",