u-boot/arch/x86/cpu/coreboot
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
..
car.S SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
coreboot.c treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... 2021-09-25 09:46:15 -06:00
coreboot_spl.c x86: coreboot: Allow building an SPL image 2020-05-04 15:28:28 +08:00
Kconfig x86: coreboot: Use vendor in the Kconfig 2021-07-15 19:50:21 +08:00
Makefile x86: Move coreboot sysinfo parsing into generic x86 code 2021-03-27 13:59:59 +13:00
sdram.c board_f: Fix types for board_get_usable_ram_top() 2022-09-23 15:12:42 -04:00
timestamp.c treewide: Convert macro and uses of __section(foo) to __section("foo") 2021-05-24 14:21:30 -04:00