]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
OMAP: spl: call timer_init() from SPL
authorIlya Yanok <ilya.yanok@cogentembedded.com>
Mon, 17 Sep 2012 10:26:26 +0000 (10:26 +0000)
committerTom Rini <trini@ti.com>
Mon, 1 Oct 2012 17:02:14 +0000 (10:02 -0700)
commit4063c77deb26432e2f396ca5dfdb911a24140e96
treef1ba91d1f53dbf29b098188041f401639dbeb39b
parent9ace17c88ae8bd5f29fb44849f6855b8bd456869
OMAP: spl: call timer_init() from SPL

We need to initialize timer properly, otherwise all delays
inside SPL will be wrong.

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
common/spl/spl.c