Commits
Bin Meng committed dd099ec44b5
cmd: efi: Fix wrong memory descriptor end address Each entry of the EFI memory descriptors occupies map->desc_size, not sizeof(struct efi_mem_desc). Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>