summaryrefslogtreecommitdiff
path: root/board/menlo/m53menlo/m53menlo.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/menlo/m53menlo/m53menlo.c')
-rw-r--r--board/menlo/m53menlo/m53menlo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/menlo/m53menlo/m53menlo.c b/board/menlo/m53menlo/m53menlo.c
index ca3b81c57f..b8dffb0e48 100644
--- a/board/menlo/m53menlo/m53menlo.c
+++ b/board/menlo/m53menlo/m53menlo.c
@@ -42,7 +42,7 @@ DECLARE_GLOBAL_DATA_PTR;
static u32 mx53_dram_size[2];
-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)
{
/*
* WARNING: We must override get_effective_memsize() function here