Re: [U-Boot] [PATCH v2 37/40] env: Drop environment.h header file where not needed

2019-08-13 Thread Tom Rini
On Thu, Aug 01, 2019 at 09:47:12AM -0600, Simon Glass wrote: > This header file is now only used by files that access internal > environment features. Drop it from various places where it is not needed. > > Acked-by: Joe Hershberger > Signed-off-by: Simon Glass Applied to u-boot/master, thanks

[U-Boot] [PATCH v2 37/40] env: Drop environment.h header file where not needed

2019-08-01 Thread Simon Glass
This header file is now only used by files that access internal environment features. Drop it from various places where it is not needed. Acked-by: Joe Hershberger Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/cpu/arm926ejs/spear/spr_misc.c | 1 - arch/arm/mach-davinci