commit | 56c5e315614f320bee51bc389dc771a823a4309c | [log] [tgz] |
---|---|---|
author | Tim Harvey <tharvey@gateworks.com> | Wed Mar 30 13:39:02 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 31 08:27:52 2022 -0400 |
tree | 37fd38e4ec59c6abcf1cc9c23c5bef1c09393dd4 | |
parent | 33e030b087fe8d0aefe3445b57f4cd454e6a1515 [diff] |
board: gateworks: venice: determine dram size at runtime The SPL does not update the memory node with the dram size from EEPROM but instead we can use get_ram_size which does a simple memory test to determine the available RAM. Update PHYS_SDRAM_SIZE to 4GiB as that is the max used on the Venice boards. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Reviewed-by: Fabio Estevam <festevam@denx.de>