Re: [U-Boot] [PATCH 2/4] bootp: Move vendor class identifier set to function

2016-05-06 Thread Tom Rini
On Wed, May 04, 2016 at 07:10:51PM +0200, Alexander Graf wrote: > Both the dhcp as well as the bootp case add vendor class identifier > parameters into their packets. Let's move that into a separate function > to make overlaying easier. > > Signed-off-by: Alexander Graf

[U-Boot] [PATCH 2/4] bootp: Move vendor class identifier set to function

2016-05-04 Thread Alexander Graf
Both the dhcp as well as the bootp case add vendor class identifier parameters into their packets. Let's move that into a separate function to make overlaying easier. Signed-off-by: Alexander Graf --- net/bootp.c | 26 +- 1 file changed, 13 insertions(+),