summaryrefslogtreecommitdiff
path: root/board/imgtec/boston/ddr.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/imgtec/boston/ddr.c')
-rw-r--r--board/imgtec/boston/ddr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/imgtec/boston/ddr.c b/board/imgtec/boston/ddr.c
index 8532225dc0..cecf454011 100644
--- a/board/imgtec/boston/ddr.c
+++ b/board/imgtec/boston/ddr.c
@@ -23,7 +23,7 @@ int dram_init(void)
return 0;
}
-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)
{
DECLARE_GLOBAL_DATA_PTR;