commit | dfcda5106a7ad13ad02f61cb5efd8a8ecea14257 | [log] [tgz] |
---|---|---|
author | Vignesh Raghavendra <vigneshr@ti.com> | Fri Dec 24 12:55:31 2021 +0530 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 15 10:38:26 2022 -0500 |
tree | 9dc5849e7a3b72d4952193aae12a68e64efed4a4 | |
parent | bbedbbbc9697c208dad464d0202ce435ab4d6d55 [diff] |
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>