commit | fc55736ddb901bbcf82e82e3a44ca8f7e7e8007a | [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 | f1c51912923fa9cfe4af990f427bfce9ebc37eed [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",