Hello Tom,
On Tue, Feb 18, 2025 at 08:04:49PM -0600, Tom Rini wrote:
> On Mon, 10 Feb 2025 08:27:47 +0100, Stefan Eichenberger wrote:
>
> > Add the dram_init_banksize function to the board file to properly set
> > DRAM memory sizes during boot.
> >
> > The commit bc07851897bd ("board: ti: Pull redundant DDR functions to a
> > common location and Fixup DDR size when ECC is enabled") relocated the
> > dram_init_banksize function from architecture specific initialization to
> > the TI board initialization code. As a result, boards relying on the
> > previous setup now require this function to be defined within their
> > board file to handle DRAM sizing correctly.
> >
> > [...]
>
> Applied to u-boot/next, thanks!
This fix is needed in master, without it verdin-am62 is not booting at
all, can you pick it also in master?
We should have been more explicit on this, next time we'll do better.
Thanks,
Francesco