
8 Jun
2017
8 Jun
'17
5:34 a.m.
For the RK3399-Q7, we need spl_board_init to be called during SPL startup to set up the pinmux for the debug UART. Enable SPL_BOARD_INIT via defconfig to ensure this function is in fact called.
Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com ---
configs/puma-rk3399_defconfig | 1 + 1 file changed, 1 insertion(+)
Applied to u-boot-rockchip, thanks!