summaryrefslogtreecommitdiff
path: root/include/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/init.h')
-rw-r--r--include/init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/init.h b/include/init.h
index dc3c1f220c..3bf30476a2 100644
--- a/include/init.h
+++ b/include/init.h
@@ -309,7 +309,7 @@ int show_board_info(void);
* @total_size: monitor length in bytes (size of U-Boot code)
* Return: uppermost address for U-Boot relocation
*/
-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);
int board_early_init_f(void);