Revision 4897a898a216058dec55e5e5902534e6e224fcdf authored by Liviu Dudau on 09 May 2023, 17:29:21 UTC, committed by Thomas Bogendoerfer on 23 May 2023, 09:01:38 UTC
PAGE_OFFSET is technically a virtual address so when checking the value of
initrd_start against it we should make sure that it has been sanitised from
the values passed by the bootloader. Without this change, even with a bootloader
that passes correct addresses for an initrd, we are failing to load it on MT7621
boards, for example.

Signed-off-by: Liviu Dudau <liviu@dudau.co.uk>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent 2d64560
History

back to top