commit | 8a9ceb473a32c865ee0c46a9092ec44a39da24fc | [log] [tgz] |
---|---|---|
author | Georgi Vlaev <g-vlaev@ti.com> | Tue Jun 14 17:45:32 2022 +0300 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 06 14:30:08 2022 -0400 |
tree | d8ff7d480bb7efa7feffbf3760635d546ff62b10 | |
parent | e9c68bfaff5ab15caa4d686a06427874f6f9e95e [diff] |
board: ti: am62x: Use fdt functions for ram and bank init Use the appropriate fdtdec_setup_mem_size_base() call in dram_init() and fdtdec_setup_bank_size() in dram_bank_init() to pull these values from DT, where they are already available, instead of hardcoding them. Signed-off-by: Georgi Vlaev <g-vlaev@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>