On Mon, 21 Aug 2023 21:16:47 -0600, Simon Glass wrote: > This series replaces some more of the init hooks in board_f.c and > board_r.c with events. Notably it converts last_state_init() over. > > It also provides a 'simple' event spy, which takes no arguments. It turns > out that this is quite a common case, so it is worth optimising for this, > to reduce code size, before events become too commonly used. > > [...]
Applied to u-boot/next, thanks! -- Tom