mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 15:01:27 +02:00
At present this function requires a pointer to struct efi_entry_memmap but the only field used in there is the desc_size. We want to be able to use it from the app, so update it to use desc_size directly. Signed-off-by: Simon Glass <sjg@chromium.org>