common: return type board_get_usable_ram_top
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 12 Aug 2023 18:16:58 +0000 (20:16 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 15 Aug 2023 16:21:17 +0000 (18:21 +0200)
commitd768dd88552df18d4a0527cf3d6ddd05dc072f02
treee14fc2d32dde3e84146d80cd82751cf522b47f3e
parentb571b3acdaa43b90de3bc7540f13c02b1ee86b8e
common: return type board_get_usable_ram_top

board_get_usable_ram_top() returns a physical address that is stored in
gd->ram_top. The return type of the function should be phys_addr_t like the
current type of gd->ram_top.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
35 files changed:
arch/arm/mach-imx/imx8m/soc.c
arch/arm/mach-mvebu/arm64-common.c
arch/arm/mach-rockchip/sdram.c
arch/arm/mach-stm32mp/dram_init.c
arch/arm/mach-sunxi/board.c
arch/arm/mach-tegra/board2.c
arch/mips/mach-jz47xx/jz4780/jz4780.c
arch/mips/mach-octeon/dram.c
arch/riscv/cpu/fu540/dram.c
arch/riscv/cpu/fu740/dram.c
arch/riscv/cpu/generic/dram.c
arch/riscv/cpu/jh7110/dram.c
arch/x86/cpu/broadwell/sdram.c
arch/x86/cpu/coreboot/sdram.c
arch/x86/cpu/efi/payload.c
arch/x86/cpu/efi/sdram.c
arch/x86/cpu/ivybridge/sdram.c
arch/x86/cpu/qemu/dram.c
arch/x86/cpu/quark/dram.c
arch/x86/cpu/slimbootloader/sdram.c
arch/x86/cpu/tangier/sdram.c
arch/x86/include/asm/u-boot-x86.h
arch/x86/lib/fsp1/fsp_dram.c
arch/x86/lib/fsp2/fsp_dram.c
board/broadcom/bcmns3/ns3.c
board/imgtec/boston/ddr.c
board/menlo/m53menlo/m53menlo.c
board/raspberrypi/rpi/rpi.c
board/ti/am65x/evm.c
board/ti/j721e/evm.c
board/ti/j721s2/evm.c
board/toradex/verdin-am62/verdin-am62.c
board/xilinx/common/board.c
common/board_f.c
include/init.h