Re: [U-Boot] [PATCH 2/8] rockchip: rk3188: Decode the actual amount of ram

2017-03-25 Thread Simon Glass
On 23 March 2017 at 21:27, Simon Glass wrote: > On 20 March 2017 at 05:40, Heiko Stuebner wrote: >> There was still a static ram value set in the rk3188-board from the >> time where we didn't have actual sdram init code. >> Now the sdram init leaves the ram information in SYS_REG2 and we can >> d

Re: [U-Boot] [PATCH 2/8] rockchip: rk3188: Decode the actual amount of ram

2017-03-23 Thread Simon Glass
On 20 March 2017 at 05:40, Heiko Stuebner wrote: > There was still a static ram value set in the rk3188-board from the > time where we didn't have actual sdram init code. > Now the sdram init leaves the ram information in SYS_REG2 and we can > decode it similarly to the rk3288. > > Right now we ha

[U-Boot] [PATCH 2/8] rockchip: rk3188: Decode the actual amount of ram

2017-03-20 Thread Heiko Stuebner
There was still a static ram value set in the rk3188-board from the time where we didn't have actual sdram init code. Now the sdram init leaves the ram information in SYS_REG2 and we can decode it similarly to the rk3288. Right now we have two duplicates of that code, which is still ok and doesn't