diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-02 09:10:30 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-11-02 09:10:30 -0400 |
commit | cca41ed3d63f462ca044e0d2d30a34d4917fc6c5 (patch) | |
tree | 098a9c50a140c777bc21517068fe676957fb5e1e /common/board_r.c | |
parent | ec5b8804de3938ad8b4dc51d1cdce622640a14ff (diff) | |
parent | 50128aeb0f8bb5a2d820e4c7a6ac0bb745809fc1 (diff) |
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-watchdog
- cyclic: get rid of (the need for) cyclic_init() (Rasmus)
Diffstat (limited to 'common/board_r.c')
-rw-r--r-- | common/board_r.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/board_r.c b/common/board_r.c index 828ad44866..db9cfb33ad 100644 --- a/common/board_r.c +++ b/common/board_r.c @@ -617,7 +617,6 @@ static init_fnc_t init_sequence_r[] = { #endif initr_barrier, initr_malloc, - cyclic_init, log_init, initr_bootstage, /* Needs malloc() but has its own timer */ #if defined(CONFIG_CONSOLE_RECORD) |