diff options
| author | Tom Rini <[email protected]> | 2023-08-22 15:52:58 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-08-22 15:52:58 -0400 |
| commit | 58144e2839299351734719dd3b0081a7887ba5cb (patch) | |
| tree | 8623c5b4c8d10f14b7a3d854a59f6bf4848a91da /include | |
| parent | 976fb2ffa3875a7bed9866bf5cf939a81c423ef8 (diff) | |
| parent | 1c55d62fb9ccc107cb4fefa9bb04cb16395ca84c (diff) | |
Merge tag 'dm-pull-22aug23' of https://source.denx.de/u-boot/custodians/u-boot-dm
RISC-V fix for CPU init
Diffstat (limited to 'include')
| -rw-r--r-- | include/event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/event.h b/include/event.h index daf44bf8a83..bb38ba98e73 100644 --- a/include/event.h +++ b/include/event.h @@ -24,6 +24,7 @@ enum event_t { /* Events related to driver model */ EVT_DM_POST_INIT_F, + EVT_DM_POST_INIT_R, EVT_DM_PRE_PROBE, EVT_DM_POST_PROBE, EVT_DM_PRE_REMOVE, |
