Re: [PATCH] xilinx: Handle board_get_usable_ram_top(0) properly

2022-05-03 Thread Michal Simek
pá 29. 4. 2022 v 11:52 odesílatel Michal Simek napsal: > > board_get_usable_ram_top() was designed for getting the top most location > for U-Boot allocation that's why function itself supports via total_size > parameter to find out where the right location for U-Boot is. > But function itself is a

[PATCH] xilinx: Handle board_get_usable_ram_top(0) properly

2022-04-29 Thread Michal Simek
board_get_usable_ram_top() was designed for getting the top most location for U-Boot allocation that's why function itself supports via total_size parameter to find out where the right location for U-Boot is. But function itself is also reused by different (EFI) which is passing total_size as 0 to