diff options
author | Michael Brown <mcb30@ipxe.org> | 2016-05-26 13:43:33 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2016-05-26 13:43:33 +0100 |
commit | 31d4a7b8db1bd186e3a03be4b616dfb185f3f1ae (patch) | |
tree | fc80fe8eaec1e565df678c0bd25a92baa84caab9 /src/arch/arm32 | |
parent | ee5dfb75aaf43bca24cec4910a74563249016f79 (diff) | |
download | ipxe-31d4a7b8db1bd186e3a03be4b616dfb185f3f1ae.tar.gz |
[arm] Use correct DHCP client architecture values
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/arm32')
-rw-r--r-- | src/arch/arm32/include/efi/ipxe/dhcp_arch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm32/include/efi/ipxe/dhcp_arch.h b/src/arch/arm32/include/efi/ipxe/dhcp_arch.h index f403d4ce8..f9baab4fa 100644 --- a/src/arch/arm32/include/efi/ipxe/dhcp_arch.h +++ b/src/arch/arm32/include/efi/ipxe/dhcp_arch.h @@ -39,7 +39,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); 'U', 'N', 'D', 'I', ':', '0', '0', '3', '0', '1', '0' ) #define DHCP_ARCH_CLIENT_ARCHITECTURE \ - DHCP_WORD ( DHCP_CLIENT_ARCHITECTURE_EFI ) + DHCP_WORD ( DHCP_CLIENT_ARCHITECTURE_ARM32 ) #define DHCP_ARCH_CLIENT_NDI DHCP_OPTION ( 1 /* UNDI */ , 3, 10 /* v3.10 */ ) |