On Sunday 14 October 2012 01:45:06 Marek Vasut wrote:
> >
> >     for (i = 0; i < CONFIG_NR_DRAM_BANKS; i++) {
> >
> > +           if (bd->bi_dram[i].size == 0)
> > +                   continue;
>
> This doesn't look right at all, your board is misconfigured if
> bd->bi_dram[i] == 0. Did you misconfigure CONFIG_NR_DRAM_BANKS
> ?

On some N900 devices there are two banks and on some only one. If
there is only one it has size 256 MB and if there are two both
has 128 MB. CONFIG_NR_DRAM_BANKS must be specified at compile
time, but for N900 I need runtime detection.

--
Pali Rohár
pali.ro...@gmail.com

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to