From: Sean Edmond Date: Thu, 18 May 2023 19:35:41 +0000 (-0700) Subject: net: dhcp6: Fix VCI string X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=2f7c7159ea4c0e5c2aa7671c5b5a2889d0abe7ce;p=u-boot.git net: dhcp6: Fix VCI string Change VCI string from "U-boot" to "U-Boot". Signed-off-by: Sean Edmond Reviewed-by: Ramon Fried --- diff --git a/net/dhcpv6.h b/net/dhcpv6.h index 80ca520432..65c8e4c71d 100644 --- a/net/dhcpv6.h +++ b/net/dhcpv6.h @@ -38,7 +38,7 @@ #define DUID_MAX_SIZE DUID_LL_SIZE /* only supports DUID-LL currently */ /* vendor-class-data to send in vendor clas option */ -#define DHCP6_VCI_STRING "U-boot" +#define DHCP6_VCI_STRING "U-Boot" #define DHCP6_MULTICAST_ADDR "ff02::1:2" /* DHCP multicast address */