Re: [U-Boot] [PATCH v2 17/40] env: Move env_get() to env.h

2019-08-13 Thread Tom Rini
On Thu, Aug 01, 2019 at 09:46:52AM -0600, Simon Glass wrote: > Move env_get() over to the new header file. > > Acked-by: Joe Hershberger > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[U-Boot] [PATCH v2 17/40] env: Move env_get() to env.h

2019-08-01 Thread Simon Glass
Move env_get() over to the new header file. Acked-by: Joe Hershberger Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/lib/bootm.c | 1 + arch/arm/mach-imx/video.c| 1 + arch/arm/mach-kirkwood/cpu.c