[PATCH v1] board: verdin-am62: fix missing memory fixup call
Tom Rini
trini at konsulko.com
Tue Mar 4 17:57:31 CET 2025
On Mon, 03 Mar 2025 19:16:03 +0100, Stefan Eichenberger wrote:
> The commit bc07851897bd ("board: ti: Pull redundant DDR functions to a
> common location and Fixup DDR size when ECC is enabled") broke DRAM
> support for the Verdin AM62. This was partially fixed with commit
> 3f866c47b582 ("board: verdin-am62: add dram_init_banksize"). However,
> because fixup_memory_node was not called, the Linux kernel was started
> with the wrong memory size on modules with less memory available. This
> resulted in boot failures. Fix this issue by calling fixup_memory_node
> in the board file.
>
> [...]
Applied to u-boot/master, thanks!
--
Tom
More information about the U-Boot
mailing list