Re: [U-Boot] [PATCH 2/2] [RFC]new command: wol - enable command

2018-05-02 Thread Joe Hershberger
On Mon, Apr 23, 2018 at 12:47 PM, Lothar Felten wrote: > This patch enables the WoL command > > Signed-off-by: Lothar Felten > --- > cmd/Kconfig | 5 + > cmd/net.c | 14 ++ > include/net.h | 3 ++- > net/Makefile | 1 + > net/net.c | 19 +++ > 5 file

Re: [U-Boot] [PATCH 2/2] [RFC]new command: wol - enable command

2018-04-30 Thread Simon Glass
Hi Lothar, On 23 April 2018 at 11:47, Lothar Felten wrote: > This patch enables the WoL command > > Signed-off-by: Lothar Felten > --- > cmd/Kconfig | 5 + > cmd/net.c | 14 ++ > include/net.h | 3 ++- > net/Makefile | 1 + > net/net.c | 19 +++ > 5

[U-Boot] [PATCH 2/2] [RFC]new command: wol - enable command

2018-04-23 Thread Lothar Felten
This patch enables the WoL command Signed-off-by: Lothar Felten --- cmd/Kconfig | 5 + cmd/net.c | 14 ++ include/net.h | 3 ++- net/Makefile | 1 + net/net.c | 19 +++ 5 files changed, 41 insertions(+), 1 deletion(-) diff --git a/cmd/Kconfig b/cmd/