Re: [PATCH] net: ipv6: IPv6 environment variable cleanup

2023-05-06 Thread Tom Rini
On Wed, Feb 15, 2023 at 08:38:36PM -0800, seanedm...@linux.microsoft.com wrote: > From: Sean Edmond > > Fix "setenv gatewayip6". > > Synchronize IPv6 local variables with environment variables > in netboot_update_env() > > Signed-off-by: Sean Edmond Applied to u-boot/master, thanks! -- Tom

Re: [PATCH] net: ipv6: IPv6 environment variable cleanup

2023-02-20 Thread Sean Edmond
Sat, Feb 18, 2023 at 10:09:56PM +0200, Ramon Fried wrote: > On Thu, Feb 16, 2023 at 6:39 AM wrote: > > > > From: Sean Edmond > > > > Fix "setenv gatewayip6". > > > > Synchronize IPv6 local variables with environment variables > > in netboot_update_env() > > > > Signed-off-by: Sean Edmond > > ---

RE: [EXTERNAL] Re: [PATCH] net: ipv6: IPv6 environment variable cleanup

2023-02-20 Thread Sean Edmond
>-Original Message- >From: Ramon Fried >Sent: Saturday, February 18, 2023 12:10 PM >To: seanedm...@linux.microsoft.com >Cc: u-boot@lists.denx.de; joe.hershber...@ni.com; w...@denx.de; Sean >Edmond >Subject: [EXTERNAL] Re: [PATCH] net: ipv6: IPv6 environment varia

Re: [PATCH] net: ipv6: IPv6 environment variable cleanup

2023-02-18 Thread Ramon Fried
On Thu, Feb 16, 2023 at 6:39 AM wrote: > > From: Sean Edmond > > Fix "setenv gatewayip6". > > Synchronize IPv6 local variables with environment variables > in netboot_update_env() > > Signed-off-by: Sean Edmond > --- > cmd/net.c | 23 ++- > include/env_flags.h | 2

[PATCH] net: ipv6: IPv6 environment variable cleanup

2023-02-15 Thread seanedmond
From: Sean Edmond Fix "setenv gatewayip6". Synchronize IPv6 local variables with environment variables in netboot_update_env() Signed-off-by: Sean Edmond --- cmd/net.c | 23 ++- include/env_flags.h | 2 +- 2 files changed, 23 insertions(+), 2 deletions(-) diff