diff options
| author | David Lechner <[email protected]> | 2026-03-19 15:00:12 -0500 |
|---|---|---|
| committer | David Lechner <[email protected]> | 2026-04-06 18:39:10 -0500 |
| commit | d83bd9729d754333923d10cff923964955898403 (patch) | |
| tree | 3ee960f5f79ccb6d35dd90f1513ee8af91f32885 /arch | |
| parent | 7518e10cd2352f9b2fd635c5077c070d3f3abfbd (diff) | |
arm: mediatek: mt8195: drop dram_init_banksize()
Drop override of dram_init_banksize() weak function for mt8195. This is
effectively the same as the default implementation, so we do not need
to override it.
Reviewed-by: Julien Stephan <[email protected]>
Tested-by: Julien Stephan <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: David Lechner <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-mediatek/mt8195/init.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-mediatek/mt8195/init.c b/arch/arm/mach-mediatek/mt8195/init.c index 0f68c589e9a..ee463e90409 100644 --- a/arch/arm/mach-mediatek/mt8195/init.c +++ b/arch/arm/mach-mediatek/mt8195/init.c @@ -37,14 +37,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; -} - int mtk_soc_early_init(void) { return 0; |
