Re: [U-Boot] [PATCH 2/4] arm: zynq: Dont define SDRAM_BASE and SDRAM_SIZE in .h

2018-06-07 Thread Michal Simek
On 5.6.2018 09:21, Siva Durga Prasad Paladugu wrote: > Remove the SDRAM_BASE nad SDRAM_SIZE as it can now get these > details from DT using 'commit 327f66622391 this sha1 will be pretty much bogus. M > ("lib: fdtdec: Fill initial ram top with DDR start value from dt")' > > Signed-off-by: Siva

[U-Boot] [PATCH 2/4] arm: zynq: Dont define SDRAM_BASE and SDRAM_SIZE in .h

2018-06-05 Thread Siva Durga Prasad Paladugu
Remove the SDRAM_BASE nad SDRAM_SIZE as it can now get these details from DT using 'commit 327f66622391 ("lib: fdtdec: Fill initial ram top with DDR start value from dt")' Signed-off-by: Siva Durga Prasad Paladugu --- include/configs/zynq_cse.h | 3 --- 1 file changed, 3 deletions(-) diff