commit | 88107fe546b4197e0453e786ca9ceb0c336ac76f | [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 | 9eed0f19849a39cb22bb691b149738f7a192706c [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>