Re: [U-Boot] [PATCH v2 18/40] env: Move eth_env_get/set_enetaddr() to env.h

2019-08-13 Thread Tom Rini
On Thu, Aug 01, 2019 at 09:46:53AM -0600, Simon Glass wrote: > Move these two functions over to the new header file. > > Acked-by: Joe Hershberger > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[U-Boot] [PATCH v2 18/40] env: Move eth_env_get/set_enetaddr() to env.h

2019-08-01 Thread Simon Glass
Move these two functions over to the new header file. Acked-by: Joe Hershberger Signed-off-by: Simon Glass --- Changes in v2: None include/env.h | 18 ++ include/environment.h | 2 -- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/include/env.h b/incl