Re: [U-Boot] [U-Boot,v2,7/8] rockchip: correct the bank0 ram size

2017-06-26 Thread Dr. Philipp Tomsich
Kever, > On 26 Jun 2017, at 01:03, Philipp Tomsich > wrote: > >> The bank0 ram size should be the DRAM size minus reserved size, >> the DRAM size may be 1GB, 2GB, 4GB, we can not hard code it. >> >> Signed-off-by: Kever Yang

Re: [U-Boot] [U-Boot,v2,7/8] rockchip: correct the bank0 ram size

2017-06-25 Thread Philipp Tomsich
> The bank0 ram size should be the DRAM size minus reserved size, > the DRAM size may be 1GB, 2GB, 4GB, we can not hard code it. > > Signed-off-by: Kever Yang > --- > > Changes in v2: > - move the dram_init_banksize() from board file into soc file for we > have the

Re: [U-Boot] [U-Boot,v2,7/8] rockchip: correct the bank0 ram size

2017-06-25 Thread Philipp Tomsich
> The bank0 ram size should be the DRAM size minus reserved size, > the DRAM size may be 1GB, 2GB, 4GB, we can not hard code it. > > Signed-off-by: Kever Yang > --- > > Changes in v2: > - move the dram_init_banksize() from board file into soc file for we > have the