[PATCH v3 4/8] cyclic: Integrate cyclic functionality at bootup in board_r/f

Simon Glass sjg at chromium.org
Fri Aug 5 18:48:31 CEST 2022


On Fri, 5 Aug 2022 at 08:26, Stefan Roese <sr at 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 at 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 at chromium.org>


More information about the U-Boot mailing list