Re: [U-Boot] [PATCH v2 1/3] rockchip: fix ordering of DRAM init

2019-11-17 Thread Kever Yang
On 2019/11/16 上午12:48, Thomas Hebb wrote: b7abef2ecbcc ("rockchip: rk3399: Migrate to use common spl board file") removed SoC-specific code for RK3399's SPL and in the process reordered the DRAM initialization before rockchip_stimer_init(), which as far as I can tell causes the RK3399 to lock up

[U-Boot] [PATCH v2 1/3] rockchip: fix ordering of DRAM init

2019-11-15 Thread Thomas Hebb
b7abef2ecbcc ("rockchip: rk3399: Migrate to use common spl board file") removed SoC-specific code for RK3399's SPL and in the process 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 co