mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 02:45:39 +01:00
The current EFI implementation confuses pointers and addresses. Normally we can get away with this but in the case of sandbox it causes failures. Despite the fact that efi_allocate_pages() returns a u64, it is actually a pointer, not an address. Add special handling to avoid a crash when running 'bootefi hello'. Signed-off-by: Simon Glass <sjg@chromium.org>
1.1 KiB
1.1 KiB