commit | 7513df34a5e6a8c413cb76c653a2f16fe9a0afe7 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Sep 02 13:57:50 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 13 16:01:43 2022 -0400 |
tree | 0f0a7999e56620db2b1879239bae35f32f3575ae | |
parent | 9e79fbef9e3ede78225ca8483a03fe8ac1bc1739 [diff] |
cyclic: Integrate cyclic functionality at bootup in board_r/f 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> Reviewed-by: Simon Glass <sjg@chromium.org>