On Sun, 08 Jun 2025 09:42:25 +0200, Heinrich Schuchardt wrote: > 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". > > [...]
Applied to u-boot/next, thanks! [2/3] cmd: remove duplicate DHCPv6 Kconfig definitions commit: 14480c84dcdbdb5d7861fc1e1100900a8cd16e87 [3/3] net: consolidate PXE processor architecture type Kconfig commit: 092f0c45f4663d03340e50a4752ad56cfd8994b4 -- Tom