Re: [U-Boot] [PATCH 21/39] env: Move env_load/save functions to env.h

2019-07-30 Thread Joe Hershberger
On Sun, Jul 28, 2019 at 9:19 AM Simon Glass wrote: > > Move these function to the new header file. > > Signed-off-by: Simon Glass Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH 21/39] env: Move env_load/save functions to env.h

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