Pali Rohár 049704f808 board_f: Fix types for board_get_usable_ram_top()
Commit 37dc958947ed ("global_data.h: Change ram_top type to phys_addr_t")
changed type of ram_top member from ulong to phys_addr_t but did not
changed types in board_get_usable_ram_top() function which returns value
for ram_top.

So change ulong to phys_addr_t type also in board_get_usable_ram_top()
signature and implementations.

Fixes: 37dc958947ed ("global_data.h: Change ram_top type to phys_addr_t")
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
2022-09-23 15:12:42 -04:00
..
2021-10-31 12:26:44 -06:00
2020-05-18 21:19:18 -04:00
2020-05-18 21:19:18 -04:00
2020-07-20 09:46:46 +08:00
2022-01-19 18:11:34 +01:00
2022-01-19 18:11:34 +01:00
2022-01-12 14:21:24 -05:00
2019-10-11 17:37:38 +08:00
2019-05-08 13:02:10 +08:00
2020-04-16 14:36:28 +08:00