summaryrefslogtreecommitdiff
path: root/board/ti/am65x/evm.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/ti/am65x/evm.c')
-rw-r--r--board/ti/am65x/evm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/am65x/evm.c b/board/ti/am65x/evm.c
index 8a0a506a3e..34ec3915f3 100644
--- a/board/ti/am65x/evm.c
+++ b/board/ti/am65x/evm.c
@@ -61,7 +61,7 @@ int dram_init(void)
return 0;
}
-ulong board_get_usable_ram_top(ulong total_size)
+phys_size_t board_get_usable_ram_top(phys_size_t total_size)
{
#ifdef CONFIG_PHYS_64BIT
/* Limit RAM used by U-Boot to the DDR low region */