diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-06-08 09:42:28 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-06-26 08:17:17 -0600 |
commit | 092f0c45f4663d03340e50a4752ad56cfd8994b4 (patch) | |
tree | 36c336e610ee538097d69ab0c8bcc7495a8ede1b /tools/u_boot_pylib/test_util.py | |
parent | 14480c84dcdbdb5d7861fc1e1100900a8cd16e87 (diff) |
net: consolidate PXE processor architecture type Kconfig
DHCP and DHCPv6 use the same value defined in
https://www.iana.org/assignments/dhcpv6-parameters#processor-architecture
to encode the processor architecture type. We should only use a single
Kconfig symbol for both protocols.
Furthermore we should make the value customizable. This allows for instance
to choose between "x86 BIOS" or "x64 UEFI".
As "x86 BIOS" is encoded as 0, we should not use this value to switch
off transmission of the DHCP option. Use 0xFF instead.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'tools/u_boot_pylib/test_util.py')
0 files changed, 0 insertions, 0 deletions