]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm: mediatek: mt8518: drop dram_init_banksize()
authorDavid Lechner <dlechner@baylibre.com>
Thu, 19 Mar 2026 20:00:19 +0000 (15:00 -0500)
committerDavid Lechner <dlechner@baylibre.com>
Mon, 6 Apr 2026 23:39:11 +0000 (18:39 -0500)
commitbfb5ccfccec7d04d45a56e2409308dd22a0efb4c
treedd8c5c0c8d5eb89a8e1523da7b88cb8c83003b20
parentafa09789835f5b2c85eaf06b2bafe6df4a94f886
arm: mediatek: mt8518: drop dram_init_banksize()

Drop override of dram_init_banksize() weak function for mt8518. This is
effectively the same as the default implementation, so we do not need
to override it.

Reviewed-by: Julien Stephan <jstephan@baylibre.com>
Tested-by: Julien Stephan <jstephan@baylibre.com>
Link: https://patch.msgid.link/20260319-mtk-init-fix-dram-v1-16-6171ec141f40@baylibre.com
Signed-off-by: David Lechner <dlechner@baylibre.com>
arch/arm/mach-mediatek/mt8518/init.c