summaryrefslogtreecommitdiff
path: root/arch/mips/mach-jz47xx/jz4780/jz4780.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/mach-jz47xx/jz4780/jz4780.c')
-rw-r--r--arch/mips/mach-jz47xx/jz4780/jz4780.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mach-jz47xx/jz4780/jz4780.c b/arch/mips/mach-jz47xx/jz4780/jz4780.c
index 15d1eff2ba..676c305fd3 100644
--- a/arch/mips/mach-jz47xx/jz4780/jz4780.c
+++ b/arch/mips/mach-jz47xx/jz4780/jz4780.c
@@ -76,7 +76,7 @@ void board_init_f(ulong dummy)
}
#endif /* CONFIG_SPL_BUILD */
-phys_size_t board_get_usable_ram_top(phys_size_t total_size)
+phys_addr_t board_get_usable_ram_top(phys_size_t total_size)
{
return CFG_SYS_SDRAM_BASE + (256 * 1024 * 1024);
}