aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/broadwell/sdram.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/cpu/broadwell/sdram.c')
-rw-r--r--arch/x86/cpu/broadwell/sdram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/broadwell/sdram.c b/arch/x86/cpu/broadwell/sdram.c
index c104a849a5..1295121ae5 100644
--- a/arch/x86/cpu/broadwell/sdram.c
+++ b/arch/x86/cpu/broadwell/sdram.c
@@ -25,7 +25,7 @@
#include <asm/arch/pei_data.h>
#include <asm/arch/pm.h>
-ulong board_get_usable_ram_top(ulong total_size)
+phys_size_t board_get_usable_ram_top(phys_size_t total_size)
{
return mrc_common_board_get_usable_ram_top(total_size);
}