summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/efi/sdram.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/cpu/efi/sdram.c')
-rw-r--r--arch/x86/cpu/efi/sdram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/efi/sdram.c b/arch/x86/cpu/efi/sdram.c
index f3086db42c..56f3326146 100644
--- a/arch/x86/cpu/efi/sdram.c
+++ b/arch/x86/cpu/efi/sdram.c
@@ -11,7 +11,7 @@
DECLARE_GLOBAL_DATA_PTR;
-phys_size_t board_get_usable_ram_top(phys_size_t total_size)
+phys_addr_t board_get_usable_ram_top(phys_size_t total_size)
{
return (ulong)efi_get_ram_base() + gd->ram_size;
}