
13 Sep
2016
13 Sep
'16
9:43 p.m.
Hi Jagan,
On Tue, Sep 13, 2016 at 4:11 PM, Jagan Teki jagannadh.teki@gmail.com wrote:
+int dram_init(void) +{
gd->ram_size = imx_ddr_size();
Is this common call for all imx soc's to get the ddr size? because I observed incorrect size when I call this function.
Yes, if you get incorrect size when using this function, it means that your DDR initialization is incorrect.