On Fri, 5 Aug 2022 at 08:26, Stefan Roese <[email protected]> wrote: > > This patch adds a call to cyclic_init() to board_f/r.c, enabling the > common cyclic infrastructure. After this it's possible to add cyclic > functions via cyclic_register(). > > Signed-off-by: Stefan Roese <[email protected]> > --- > v3: > - No change > v2: > - No change > > common/board_f.c | 2 ++ > common/board_r.c | 2 ++ > 2 files changed, 4 insertions(+)
Reviewed-by: Simon Glass <[email protected]>

