Re: [PATCH 3/8] board: ti: am64x: Init DRAM size in R5/A53 SPL

2022-01-17 Thread Tom Rini
On Fri, Dec 24, 2021 at 12:55:31PM +0530, Vignesh Raghavendra wrote: > 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. > >

[PATCH 3/8] board: ti: am64x: Init DRAM size in R5/A53 SPL

2021-12-23 Thread Vignesh Raghavendra
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 --- board/ti/am64x/evm.c | 3 +++ 1 file