commit | 70545642a0fdc5d7eb1664174dbd4d06a1a62e81 | [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 | 661cdaa79d961248bc8290f421d9cf3eb8defffd [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>