]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: Add board_early_init_f() to init_sequence
authorStefan Roese <sr@denx.de>
Wed, 12 Nov 2008 12:18:02 +0000 (13:18 +0100)
committerShinya Kuribayashi <skuribay@ruby.dti.ne.jp>
Wed, 10 Dec 2008 14:29:06 +0000 (23:29 +0900)
commitdb08ecaa6eb8176904b3bae103a85ee8f735dc40
tree7501b335c5c02e850a297d98600e8ef5bbddfda8
parent9d23fc584c4b7b8bb9ecbee48920b1b04b08fa1b
MIPS: Add board_early_init_f() to init_sequence

This patch adds the board_early_init_f() call to the MIPS init
sequence. A weak dummy implementation is also added which can be
overridden by a board specific version.

This will be used by the upcoming VCTH board support.

Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
lib_mips/board.c