[PATCH v5 13/23] efi_loader: Move struct efi_mem_list fields together
Simon Glass
sjg at chromium.org
Tue Dec 17 20:47:24 CET 2024
We don't need a separate struct for the values in this node. Move
everything in together, so that there is just one struct to consider.
Add a comment about physical_start, so it is clear that it is really
a pointer.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
lib/efi_loader/efi_memory.c | 85 +++++++++++++++++--------------------
1 file changed, 39 insertions(+), 46 deletions(-)
Applied to sjg/master, thanks!
More information about the U-Boot
mailing list