Fix build error during backporting baed on latest version.
This patch is for only v2022.10.
Change-Id: I2dd22cdf1672d3c397c16f546d87496a15b7f61d
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
return fdtdec_setup_memory_banksize();
}
-phys_size_t board_get_usable_ram_top(phys_size_t total_size)
+ulong board_get_usable_ram_top(ulong total_size)
{
/*
* Ensure that we run from first 4GB so that all
config SYS_CONFIG_NAME
default "starfive-visionfive2"
-config TEXT_BASE
+config SYS_TEXT_BASE
default 0x40200000 if SPL
default 0x40000000 if !RISCV_SMODE
default 0x40200000 if RISCV_SMODE