arm64: mvebu: handle non-zero base address for RAM
authorChris Packham <judge.packham@gmail.com>
Fri, 20 May 2022 04:39:22 +0000 (16:39 +1200)
committerStefan Roese <sr@denx.de>
Thu, 21 Jul 2022 05:46:10 +0000 (07:46 +0200)
commit8fd3cf2940464765bc10ae341b525fe0eae8fa87
tree68434ba28e6e6472779d0cdb4f0f57f9948198b5
parente33879a45ed3c3c0f9f19f6c658ae4ac6683e42d
arm64: mvebu: handle non-zero base address for RAM

board_get_usable_ram_top() conflated the RAM size with the top address
of RAM. On systems where RAM starts at address 0 these numbers are the
same so it went unnoticed. Update board_get_usable_ram_top() to take
CONFIG_SYS_SDRAM_BASE into account when determining the top address.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/mach-mvebu/arm64-common.c