Re: [U-Boot] [PATCH 22/39] env: Move env import/export functions to env.h

2019-07-30 Thread Joe Hershberger
On Sun, Jul 28, 2019 at 9:20 AM Simon Glass wrote: > > Move these functions to the new header file. > > Signed-off-by: Simon Glass Nit below. Acked-by: Joe Hershberger > > include/env.h | 38 ++ > include/environment.h | 12 > 2 files

[U-Boot] [PATCH 22/39] env: Move env import/export functions to env.h

2019-07-28 Thread Simon Glass
Move these functions to the new header file. Signed-off-by: Simon Glass --- include/env.h | 38 ++ include/environment.h | 12 2 files changed, 38 insertions(+), 12 deletions(-) diff --git a/include/env.h b/include/env.h index 2ba345fc4a