
5 Aug
2022
5 Aug
'22
6:48 p.m.
On Fri, 5 Aug 2022 at 08:26, Stefan Roese sr@denx.de 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 sr@denx.de
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 sjg@chromium.org