Re: [U-Boot] [PATCH 2/3] rockchip: ram: rk3399: update for TPL

2019-04-29 Thread Andy Yan
Kever Yang 于2019年4月1日周一 下午5:25写道: > Init the ddr sdram in TPL instead of SPL, update the code. > > Signed-off-by: Kever Yang > --- > > drivers/ram/rockchip/sdram_rk3399.c | 15 ++- > 1 file changed, 10 insertions(+), 5 deletions(-) > > Tested-by: Andy Yan > diff --git a/drivers/r

[U-Boot] [PATCH 2/3] rockchip: ram: rk3399: update for TPL

2019-04-01 Thread Kever Yang
Init the ddr sdram in TPL instead of SPL, update the code. Signed-off-by: Kever Yang --- drivers/ram/rockchip/sdram_rk3399.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/drivers/ram/rockchip/sdram_rk3399.c b/drivers/ram/rockchip/sdram_rk3399.c index 05ec