arm64: renesas: Introduce renesas_dram_init_banksize()
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 30 May 2025 22:03:39 +0000 (00:03 +0200)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Tue, 10 Jun 2025 18:50:50 +0000 (20:50 +0200)
commit91729f824b877f642e7d7aa09cbe938f4d9cc893
treed0710af0b1b375c9e2545e3e55c7994fed0bdb8a
parentd7c449c3d83a986d61e38d1762433c0607caf5c5
arm64: renesas: Introduce renesas_dram_init_banksize()

Introduce weak renesas_dram_init_banksize() function which is meant
to be used to adjust DRAM bank sizes after the common Renesas board
DRAM bank handling code finished. This is mainly meant for boards
which ship with multiple DRAM size options, which can be detected
at runtime. This allows such boards to ship with single U-Boot
binary on all boards.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
board/renesas/common/rcar64-common.c