]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: mvebu: Call timer_init early before PHY and DDR init
authorStefan Roese <sr@denx.de>
Wed, 15 Jul 2015 13:36:52 +0000 (15:36 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:49:02 +0000 (13:49 +0200)
commit3e1bcf080389a47b07c7b9d99e34fdb44f250bae
treeb2300695225f3872b5b66215e80266d56ca846d4
parentc20b37659c3206c5ce0301b098f0719e04be3852
arm: mvebu: Call timer_init early before PHY and DDR init

Without calling timer_init(), the xdelay() functions return immediately.
We need to call timer_init() early, so that these functions work and
the PHY and DDR init code works correctly.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Anton Schubert <anton.schubert@gmx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
arch/arm/mach-mvebu/spl.c
arch/arm/mach-mvebu/timer.c