[PATCH v2 2/3] cmd: remove duplicate DHCPv6 Kconfig definitions
Ilias Apalodimas
ilias.apalodimas at linaro.org
Tue Jun 10 09:14:25 CEST 2025
On Sun, 8 Jun 2025 at 10:42, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> Remove duplicate definition of
>
> * DHCP6_PXE_CLIENTARCH
> * DHCP6_PXE_DHCP_OPTION
> * DHCP6_ENTERPRISE_ID
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
> ---
> cmd/Kconfig | 17 -----------------
> 1 file changed, 17 deletions(-)
>
> diff --git a/cmd/Kconfig b/cmd/Kconfig
> index ed741d43cea..c335eceea63 100644
> --- a/cmd/Kconfig
> +++ b/cmd/Kconfig
> @@ -2004,23 +2004,6 @@ config BOOTP_RANDOM_XID
> Selecting this will allow for a random transaction ID to get
> selected for each BOOTP/DHCPv4 exchange.
>
> -if CMD_DHCP6
> -
> -config DHCP6_PXE_CLIENTARCH
> - hex
> - default 0x16 if ARM64
> - default 0x15 if ARM
> - default 0xFF
> -
> -config DHCP6_PXE_DHCP_OPTION
> - bool "Request & store 'pxe_configfile' from DHCP6 server"
> -
> -config DHCP6_ENTERPRISE_ID
> - int "Enterprise ID to send in DHCPv6 Vendor Class Option"
> - default 0
> -
> -endif
> -
> config CMD_TFTPPUT
> bool "tftp put"
> depends on CMD_TFTPBOOT
> --
> 2.48.1
>
More information about the U-Boot
mailing list