diff options
author | Michael Brown <mcb30@ipxe.org> | 2024-10-25 14:21:27 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2024-10-25 14:21:27 +0100 |
commit | abfa7c3ab1323967c38b11d4732b2d27ecf2f094 (patch) | |
tree | 790cbe7d64883a4c6bdf94d58e06ed26ccb74bf1 /src/config | |
parent | 33d80b1cd8dd73580c7843d4a1fb8b6b3f458e22 (diff) | |
download | ipxe-abfa7c3ab1323967c38b11d4732b2d27ecf2f094.tar.gz |
[uaccess] Rename UACCESS_EFI to UACCESS_FLAT
Running with flat physical addressing is a fairly common early boot
environment. Rename UACCESS_EFI to UACCESS_FLAT so that this code may
be reused in non-UEFI boot environments that also use flat physical
addressing.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/defaults/efi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/defaults/efi.h b/src/config/defaults/efi.h index b32381de6..607f94c14 100644 --- a/src/config/defaults/efi.h +++ b/src/config/defaults/efi.h @@ -9,7 +9,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); -#define UACCESS_EFI +#define UACCESS_FLAT #define IOMAP_VIRT #define PCIAPI_EFI #define DMAAPI_OP |