]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: Adds board_postclk_init to the init_sequence.
authorMarkus Hubig <mhubig@imko.de>
Thu, 16 Aug 2012 08:22:08 +0000 (08:22 +0000)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Tue, 4 Sep 2012 20:05:55 +0000 (22:05 +0200)
commite23e5eeeb85e0f98ca51ec8532c02a52a3e8c78b
tree74d63044304fff4f93e7a5c82ed83ce1cb15cea6
parent503e159b3e276a2d90f93c24177df353333135d4
arm: Adds board_postclk_init to the init_sequence.

The board_postclk_init() function can be used to perform operations
that requires a working timer early within the U-Boot init_sequence.

Signed-off-by: Markus Hubig <mhubig@imko.de>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
arch/arm/lib/board.c