u-boot/arch/riscv/cpu/fu740
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
..
cpu.c riscv: cpu: fu740: Add support for cpu fu740 2021-05-31 16:35:53 +08:00
dram.c board_f: Fix types for board_get_usable_ram_top() 2022-09-23 15:12:42 -04:00
Kconfig riscv: Enable SPI flash env for SiFive Unmatched. 2021-12-02 16:43:56 +08:00
Makefile board: sifive: use ccache driver instead of helper function 2021-09-07 10:34:29 +08:00
spl.c riscv: cpu: fu740: Fix typo of date 2021-08-17 19:28:37 +08:00