commit | db08ecaa6eb8176904b3bae103a85ee8f735dc40 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Nov 12 13:18:02 2008 +0100 |
committer | Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | Wed Dec 10 23:29:06 2008 +0900 |
tree | 7501b335c5c02e850a297d98600e8ef5bbddfda8 | |
parent | 9d23fc584c4b7b8bb9ecbee48920b1b04b08fa1b [diff] |
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>