Skip to content
Snippets Groups Projects
Commit 220697a3 authored by Thomas Hebb's avatar Thomas Hebb Committed by Kever Yang
Browse files

rockchip: SPL: fix ordering of DRAM init


The common SPL code reordered the DRAM initialization before
rockchip_stimer_init(), which as far as I can tell causes the RK3399 to
lock up completely.

Fix this issue in the common code by putting the DRAM init back after
timer init. I have only tested this on the RK3399, but it wouldn't make
any sense for the timer init to require DRAM be set up on any system.

Fixes: b7abef2e ("rockchip: rk3399: Migrate to use common spl board file")

Signed-off-by: default avatarThomas Hebb <tommyhebb@gmail.com>
Reviewed-by: default avatarKever Yang <kever.yang@rock-chips.com>
parent 7f08bfb7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment