diff options
Diffstat (limited to 'board/ti/j721e/evm.c')
| -rw-r--r-- | board/ti/j721e/evm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/ti/j721e/evm.c b/board/ti/j721e/evm.c index 5d090048ceb..d6e431ead0e 100644 --- a/board/ti/j721e/evm.c +++ b/board/ti/j721e/evm.c @@ -57,7 +57,7 @@ int dram_init(void)  	return 0;  } -ulong board_get_usable_ram_top(ulong total_size) +phys_size_t board_get_usable_ram_top(phys_size_t total_size)  {  #ifdef CONFIG_PHYS_64BIT  	/* Limit RAM used by U-Boot to the DDR low region */ | 
