Re: [U-Boot] [U-Boot,8/8] rockchip: rk3128: add sdram driver

2017-10-06 Thread Philipp Tomsich
> RK3128 support up to 2GB DDR3 sdram, one channel, 32bit data width. > > This patch is only used for U-Boot, but not for SPL which will > comes later, maybe after we merge all the common code into a common > file. > > Signed-off-by: Kever Yang > --- > > drivers/ram/rockchip/Makefile |

Re: [U-Boot] [U-Boot,8/8] rockchip: rk3128: add sdram driver

2017-10-06 Thread Philipp Tomsich
On Wed, 27 Sep 2017, Kever Yang wrote: RK3128 support up to 2GB DDR3 sdram, one channel, 32bit data width. This patch is only used for U-Boot, but not for SPL which will comes later, maybe after we merge all the common code into a common file. Signed-off-by: Kever Yang --- drivers/ram/rock