commit | 2b1c815857f07953a3b80887174d2f223b7791d4 | [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 | 1af2a0dbf780b402badad1db4a94e3426769397d [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>