summaryrefslogtreecommitdiff
path: root/board/ti/am62x/evm.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/ti/am62x/evm.c')
-rw-r--r--board/ti/am62x/evm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/ti/am62x/evm.c b/board/ti/am62x/evm.c
index 0a5b401c14..a2cddb477d 100644
--- a/board/ti/am62x/evm.c
+++ b/board/ti/am62x/evm.c
@@ -91,6 +91,9 @@ void spl_board_init(void)
if (IS_ENABLED(CONFIG_SPL_SPLASH_SCREEN) && IS_ENABLED(CONFIG_SPL_BMP))
splash_display();
+ if (IS_ENABLED(CONFIG_SPL_ETH))
+ /* Init DRAM size for R5/A53 SPL */
+ dram_init_banksize();
}
#if defined(CONFIG_K3_AM64_DDRSS)