Hi Patrice > From: Patrice CHOTARD <[email protected]> > Sent: vendredi 6 novembre 2020 08:12 > > Commit 4b2be78ab66c ("time: Fix get_ticks being non-monotonic") puts in > evidence that get_ticks is called before timer initialization. > Fix it by initializing timer before relocation. > > Signed-off-by: Patrice Chotard <[email protected]> > --- > > arch/arm/dts/stm32429i-eval-u-boot.dtsi | 4 ++++ arch/arm/dts/stm32f429- > disco-u-boot.dtsi | 4 ++++ arch/arm/dts/stm32f469-disco-u-boot.dtsi | 20 > ++++++++++++-------- arch/arm/dts/stm32f746-disco-u-boot.dtsi | 4 ---- > arch/arm/dts/stm32h7-u-boot.dtsi | 4 ++++ > 5 files changed, 24 insertions(+), 12 deletions(-) >
Reviewed-by: Patrick Delaunay <[email protected]> Applied to u-boot-stm/master, thanks! Thanks Patrick

