u-boot/arch/mips/mach-jz47xx/jz4780
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
..
gpio.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
jz4780.c board_f: Fix types for board_get_usable_ram_top() 2022-09-23 15:12:42 -04:00
Makefile mips: jz47xx: Add JZ4780 SoC support 2018-12-19 15:23:01 +01:00
pll.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
reset.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
sdram.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
timer.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
TODO mips: jz47xx: Add JZ4780 SoC support 2018-12-19 15:23:01 +01:00