Files
u-boot/include
Pali Rohár 049704f808 board_f: Fix types for board_get_usable_ram_top()
Commit 37dc958947 ("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: 37dc958947 ("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
..
2022-09-16 11:05:16 -04:00
2022-08-12 08:17:11 -04:00
2022-09-18 10:26:28 +02:00
2022-09-19 16:07:12 -04:00
2022-08-31 12:16:01 -04:00
2022-09-19 16:07:12 -04:00
2022-08-20 18:07:32 -06:00
2022-09-16 11:05:16 -04:00
2022-09-13 12:08:40 -04:00
2022-08-12 08:17:11 -04:00
2022-09-18 10:26:49 +02:00