aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/mrc_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/mrc_common.h')
-rw-r--r--arch/x86/include/asm/mrc_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/mrc_common.h b/arch/x86/include/asm/mrc_common.h
index 3d7f00c9f9..a7f260a707 100644
--- a/arch/x86/include/asm/mrc_common.h
+++ b/arch/x86/include/asm/mrc_common.h
@@ -47,7 +47,7 @@ int mrc_add_memory_area(struct memory_info *info, uint64_t start,
* the relocation address, and how far U-Boot is moved by relocation are
* set in the global data structure.
*/
-ulong mrc_common_board_get_usable_ram_top(ulong total_size);
+phys_size_t mrc_common_board_get_usable_ram_top(phys_size_t total_size);
void mrc_common_dram_init_banksize(void);