]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: ti: am64x: Init DRAM size in R5/A53 SPL
authorVignesh Raghavendra <vigneshr@ti.com>
Fri, 24 Dec 2021 07:25:31 +0000 (12:55 +0530)
committerTom Rini <trini@konsulko.com>
Sat, 15 Jan 2022 15:38:26 +0000 (10:38 -0500)
commit70bcd249f4726358e412216edfc5fd72165e2c48
tree9dc5849e7a3b72d4952193aae12a68e64efed4a4
parent38922b1f4acc0ae80c58a3baae9134b02defece7
board: ti: am64x: Init DRAM size in R5/A53 SPL

Call dram_init_banksize() from spl_board_init() otherwise TFTP download
fails due to lmb_get_free_size() not able to find unreserved region due
to lack of DRAM size info. Required to support Ethernet boot on AM64x.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
board/ti/am64x/evm.c