commit | 66eb36ce3bd9b4864d7081b31f9c09a1e9224316 | [log] [tgz] |
---|---|---|
author | Quentin Schulz <quentin.schulz@cherry.de> | Wed Nov 06 12:29:43 2024 +0100 |
committer | Kever Yang <kever.yang@rock-chips.com> | Mon Nov 11 15:14:15 2024 +0800 |
tree | 64402582779e70b6937be06d0b26feb5b7676338 | |
parent | 154654be44cb2ddedc1ae208cdec4eed99219ced [diff] |
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>