[U-Boot] [PATCH 21/21] arm: imx: add i.MX6ULL 14x14 EVK board support
Fabio Estevam
festevam at gmail.com
Tue Sep 13 21:43:00 CEST 2016
Hi Jagan,
On Tue, Sep 13, 2016 at 4:11 PM, Jagan Teki <jagannadh.teki at 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.
More information about the U-Boot
mailing list