commit | f1c51912923fa9cfe4af990f427bfce9ebc37eed | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Mar 04 08:43:04 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 10 08:28:36 2022 -0500 |
tree | 51cb886505b82fa87bd38ef898fcb153e0c2cd49 | |
parent | 3ee337a59db0960e85e7f620c07a3eb87e6162d9 [diff] |
event: Convert misc_init_f() to use events This hook can be implmented using events, for the three boards that actually use it. Add the event type and event handlers. Drop CONFIG_MISC_INIT_F since we can just use CONFIG_EVENT to control this. Since sandbox always enables CONFIG_EVENT, we can drop the defconfig lines there too. Signed-off-by: Simon Glass <sjg@chromium.org>