u-boot/board/gdsys
Pali Rohár 8f9e0f4d20 arm: mvebu: Convert board_pex_config() to CONFIG_SPL_BOARD_INIT
The only user of board_pex_config() weak function is A385 controlcenterdc
board. It looks like that code in its board_pex_config() function needs to
be executed after PCIe link is up. Therefore put this code into
spl_board_init() function which is called after a38x serdes initialization,
and therefore it is after the serdes hws_pex_config() function finishes
(which is the state before this change).

With this change completely remove board_pex_config() function as it is not
used anymore.

Signed-off-by: Pali Rohár <pali@kernel.org>
2022-01-14 07:47:57 +01:00
..
a38x arm: mvebu: Convert board_pex_config() to CONFIG_SPL_BOARD_INIT 2022-01-14 07:47:57 +01:00
common global: Convert simple_strtoul() with decimal to dectoul() 2021-08-02 13:32:14 -04:00
mpc8308 ppc: Remove gdsys hrcon boards 2021-04-10 08:04:42 -04:00