]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: mediatek: mt7988: drop dram_init_banksize()
authorDavid Lechner <dlechner@baylibre.com>
Thu, 19 Mar 2026 20:00:05 +0000 (15:00 -0500)
committerDavid Lechner <dlechner@baylibre.com>
Mon, 6 Apr 2026 23:39:10 +0000 (18:39 -0500)
Drop override of dram_init_banksize() weak function for mt7988. 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-2-6171ec141f40@baylibre.com
Signed-off-by: David Lechner <dlechner@baylibre.com>
arch/arm/mach-mediatek/mt7988/init.c

index 7ff843585ecb4f872ffc971fe57977ec00789d46..7f4d934bfe97885b1e12a0ba240052901f55aa9b 100644 (file)
@@ -26,14 +26,6 @@ int dram_init(void)
        return 0;
 }
 
-int dram_init_banksize(void)
-{
-       gd->bd->bi_dram[0].start = gd->ram_base;
-       gd->bd->bi_dram[0].size = gd->ram_size;
-
-       return 0;
-}
-
 void reset_cpu(ulong addr)
 {
        psci_system_reset();