Re: [U-Boot] [PATCH 4/7] rockchip: rk3368: add sdram driver for U-Boot

2017-06-16 Thread Simon Glass
On 13 June 2017 at 03:29, Kever Yang wrote: > Add sdram driver in U-Boot for get the correct sdram size from > sys_reg, so that U-Boot can co-work with Rockchip loader or SPL > to get different dram capability and then tell the kernel. > > Signed-off-by: Kever Yang

[U-Boot] [PATCH 4/7] rockchip: rk3368: add sdram driver for U-Boot

2017-06-13 Thread Kever Yang
Add sdram driver in U-Boot for get the correct sdram size from sys_reg, so that U-Boot can co-work with Rockchip loader or SPL to get different dram capability and then tell the kernel. Signed-off-by: Kever Yang --- arch/arm/include/asm/arch-rockchip/grf_rk3368.h |