Re: [U-Boot] [PATCH v2 2/3] rockchip: allow DRAM init in SPL

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 caused the previously-unconditional DRAM initialization in board_init_f() to only happen when compiling a configuration

[U-Boot] [PATCH v2 2/3] rockchip: allow DRAM init in SPL

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 caused the previously-unconditional DRAM initialization in board_init_f() to only happen when compiling a configuration that does not support TPL, meaning DRAM never