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

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

2019-07-28 Thread Simon Glass
Move env_get_hex() over to the new header file. Signed-off-by: Simon Glass --- arch/x86/lib/zimage.c | 1 + cmd/elf.c | 1 + common/image-fdt.c| 1 + include/common.h | 12 include/env.h | 12 5 files changed, 15 insertions(+), 12 deleti