[PATCH v5 14/23] efi_loader: Rename struct efi_mem_list to mem_node

Simon Glass sjg at chromium.org
Tue Dec 17 20:47:22 CET 2024


This struct is really a node in the list, not a list itself. Also it
doesn't need an efi_ prefix. Rename it.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

(no changes since v1)

 lib/efi_loader/efi_memory.c | 33 ++++++++++++++++-----------------
 1 file changed, 16 insertions(+), 17 deletions(-)

Applied to sjg/master, thanks!


More information about the U-Boot mailing list