Re: [PATCH] net: bootp: Make root path (option 17) length configurable

2022-08-08 Thread Tom Rini
On Fri, Jan 28, 2022 at 09:40:32AM +0100, Andre Kalb wrote: > to adjust the root path length. > Eg to 256 from Linux Kernel > > Signed-off-by: Andre Kalb > Reviewed-by: Ramon Fried Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] net: bootp: Make root path (option 17) length configurable

2022-02-03 Thread Ramon Fried
On Fri, Jan 28, 2022 at 10:41 AM Andre Kalb wrote: > > to adjust the root path length. > Eg to 256 from Linux Kernel > > Signed-off-by: Andre Kalb > --- > include/net.h | 2 +- > net/Kconfig | 6 ++ > net/bootp.c | 2 +- > 3 files changed, 8 insertions(+), 2 deletions(-) > > diff --git a

[PATCH] net: bootp: Make root path (option 17) length configurable

2022-01-28 Thread Andre Kalb
to adjust the root path length. Eg to 256 from Linux Kernel Signed-off-by: Andre Kalb --- include/net.h | 2 +- net/Kconfig | 6 ++ net/bootp.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/include/net.h b/include/net.h index b02e4f630c..6f3f3dfcd4 100644 --- a/i