Re: [U-Boot] [PATCH 25/39] env: Move env_get_char() to env.h

2019-07-30 Thread Joe Hershberger
On Sun, Jul 28, 2019 at 9:26 AM Simon Glass wrote: > > Move env_get_char() over 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 25/39] env: Move env_get_char() to env.h

2019-07-28 Thread Simon Glass
Move env_get_char() over to the new header file. Signed-off-by: Simon Glass --- include/env.h | 10 ++ include/environment.h | 10 -- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/include/env.h b/include/env.h index 15a0906847..827d96cc86 100644 --- a/