Re: [U-Boot] [PATCH 19/39] env: Move uncommon functions to env.h

2019-07-30 Thread Joe Hershberger
On Sun, Jul 28, 2019 at 9:21 AM Simon Glass wrote: > > Move eth_parse_enetaddr() and env_fix_drivers() over to the new header > file. > > Signed-off-by: Simon Glass > --- > > cmd/ethsw.c | 1 + > include/env.h | 16 > include/environment.h | 7 --- > 3

[U-Boot] [PATCH 19/39] env: Move uncommon functions to env.h

2019-07-28 Thread Simon Glass
Move eth_parse_enetaddr() and env_fix_drivers() over to the new header file. Signed-off-by: Simon Glass --- cmd/ethsw.c | 1 + include/env.h | 16 include/environment.h | 7 --- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/cmd/ethsw.c