commit | 019b39b7366e5591949f6d41aeac474b632be704 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@csgroup.eu> | Wed May 03 08:38:16 2023 +0200 |
committer | Christophe Leroy <christophe.leroy@csgroup.eu> | Thu May 04 10:58:07 2023 +0200 |
tree | 141ca7c4bfc5b1bbfd681333de99fc4c6e493d9e | |
parent | 756af9ab830dea30e8f5f4f4962050d87575820f [diff] |
board: cssi: Load CMPC885's motherboard FPGA earlier In order to know the motherboard type earlier, perform I/O ports initialisation and FPGA loading in board_early_init_f() instead of board_early_init_r(). This is needed to be able to load mpc8xx CPM microcode base on motherboard type and before starting to use the CPM. Console is not available yet so remove the printfs. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>