commit | dffdb1f8eb2a88290896dd31f9e8d33789ba3757 | [log] [tgz] |
---|---|---|
author | Dave Gerlach <d-gerlach@ti.com> | Thu Mar 17 12:03:40 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 04 19:02:04 2022 -0400 |
tree | 18da450f67108e6d226cea7cd84e132c12fb2542 | |
parent | adbe138a903b38ef2e18b0fc0202261418ae2060 [diff] |
board: ti: am64x: Use fdt functions for ram and bank init Use the appropriate fdtdec_setup_mem_size_base and fdtdec_setup_bank_size calls in dram_init and dram_bank_init to pull these values from DT, where they are already available, instead of hardcoding them. Signed-off-by: Dave Gerlach <d-gerlach@ti.com>