mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-30 19:48:19 +00:00
AMD/Xilinx changes for v2025.01-rc5 - second
- Fix find_ram_top() return to support configs > 4GB -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQQbPNTMvXmYlBPRwx7KSWXLKUoMIQUCZ2UofAAKCRDKSWXLKUoM ITUhAJ45Es9oAMur66vuqkryxkloEjDMpQCcCQXeCrPD7i/+L0apyYPtxa+JKeQ= =01lJ -----END PGP SIGNATURE----- Merge tag 'xilinx-for-v2025.01-rc5-v2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze AMD/Xilinx changes for v2025.01-rc5 - second - Fix find_ram_top() return to support configs > 4GB
This commit is contained in:
commit
5c8ef70f08
@ -121,7 +121,7 @@ static long region_overlap_check(struct mem_region *mem_rgn, phys_addr_t base,
|
||||
return (i < mem_rgn->count) ? i : -1;
|
||||
}
|
||||
|
||||
static int find_ram_top(struct mem_region *free_mem,
|
||||
static phys_addr_t find_ram_top(struct mem_region *free_mem,
|
||||
struct mem_region *reserved_mem, phys_size_t size)
|
||||
{
|
||||
long i, rgn;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user