Re: [PATCH 2/8] board: ti: am64x: Use fdt functions for ram and bank init

2022-04-05 Thread Tom Rini
On Thu, Mar 17, 2022 at 12:03:40PM -0500, Dave Gerlach wrote: > 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

[PATCH 2/8] board: ti: am64x: Use fdt functions for ram and bank init

2022-03-17 Thread Dave Gerlach
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 --- board/ti/am64x/evm.c | 19 --- 1 file change