u-boot/board/xilinx/common
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
..
board.c board_f: Fix types for board_get_usable_ram_top() 2022-09-23 15:12:42 -04:00
board.h xilinx: board: Read the whole eeprom not just offset 2020-10-27 08:13:32 +01:00
cpu-info.c xilinx: common: Separate display cpu info function 2022-06-24 14:37:27 +02:00
fru.c global: Convert simple_strtoul() with hex to hextoul() 2021-08-02 13:32:14 -04:00
fru.h fru: ops: Add support to read mac addresses from multirecord 2022-03-07 08:48:22 +01:00
fru_ops.c fru: ops: Add support to read mac addresses from multirecord 2022-03-07 08:48:22 +01:00
Makefile xilinx: common: Separate display cpu info function 2022-06-24 14:37:27 +02:00