]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: tpl: allow to call board/SoC-specific code before DRAM init
authorQuentin Schulz <quentin.schulz@cherry.de>
Wed, 6 Nov 2024 11:29:43 +0000 (12:29 +0100)
committerKever Yang <kever.yang@rock-chips.com>
Mon, 11 Nov 2024 07:14:15 +0000 (15:14 +0800)
commit7461d55ca7d1a55d5f90c5d33501a369eabd4277
tree64402582779e70b6937be06d0b26feb5b7676338
parentb21fd44c84fd5053a350de6138fb832839c04b67
rockchip: tpl: allow to call board/SoC-specific code before DRAM init

This defines a weak tpl_board_init function that can be used for running
board/SoC-specific code before the DRAM init happens, similarly to
spl_board_init() for SPL.

Reviewed-by: Paul Kocialkowski <paulk@sys-base.io>
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/tpl.c