]> git.baikalelectronics.ru Git - uboot.git/commit
board: ti: am64x: Use fdt functions for ram and bank init
authorDave Gerlach <d-gerlach@ti.com>
Thu, 17 Mar 2022 17:03:40 +0000 (12:03 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 4 Apr 2022 23:02:04 +0000 (19:02 -0400)
commitc5b098566c7a67f2094e6b05fa13d8b94dbc5cf3
tree18da450f67108e6d226cea7cd84e132c12fb2542
parentd1264137f696dc08f86c04da71484991458b91e2
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>
board/ti/am64x/evm.c