[PATCH v5 16/23] efi_loader: Use correct type in efi_add_runtime_mmio()
Simon Glass
sjg at chromium.org
Tue Dec 17 20:47:17 CET 2024
This function is passed the address of a void * so update the argument
to match. It is better to have casts in the caller than introduce
confusion as to what is passed in.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 2 +-
arch/arm/mach-bcm283x/reset.c | 2 +-
include/efi_loader.h | 2 +-
lib/efi_loader/efi_runtime.c | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
Applied to sjg/master, thanks!
More information about the U-Boot
mailing list