summaryrefslogtreecommitdiff
path: root/configs/CMPC885_defconfig
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2023-05-03 09:38:16 +0300
committerChristophe Leroy <christophe.leroy@csgroup.eu>2023-05-04 11:58:07 +0300
commit019b39b7366e5591949f6d41aeac474b632be704 (patch)
tree141ca7c4bfc5b1bbfd681333de99fc4c6e493d9e /configs/CMPC885_defconfig
parent756af9ab830dea30e8f5f4f4962050d87575820f (diff)
downloadu-boot-019b39b7366e5591949f6d41aeac474b632be704.tar.xz
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>
Diffstat (limited to 'configs/CMPC885_defconfig')
-rw-r--r--configs/CMPC885_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/CMPC885_defconfig b/configs/CMPC885_defconfig
index 0a24684389..ca5dfd2b83 100644
--- a/configs/CMPC885_defconfig
+++ b/configs/CMPC885_defconfig
@@ -31,7 +31,6 @@ CONFIG_AUTOBOOT_STOP_STR_ENABLE=y
CONFIG_AUTOBOOT_STOP_STR_SHA256="4813494d137e1631bba301d5acab6e7bb7aa74ce1185d456565ef51d737677b2"
CONFIG_USE_BOOTCOMMAND=y
CONFIG_BOOTCOMMAND="run flashboot"
-CONFIG_BOARD_EARLY_INIT_R=y
CONFIG_MISC_INIT_R=y
CONFIG_HUSH_PARSER=y
# CONFIG_CMD_BDI is not set