Re: [U-Boot] [PATCH v2 29/40] env: Move env_valid to env.h

2019-08-13 Thread Tom Rini
On Thu, Aug 01, 2019 at 09:47:04AM -0600, Simon Glass wrote: > This enum is somewhat widely used to determine if the environment is valid > or not. Move it to the common environment header file. > > Signed-off-by: Simon Glass > Acked-by: Joe Hershberger Applied to u-boot/master, thanks! --

[U-Boot] [PATCH v2 29/40] env: Move env_valid to env.h

2019-08-01 Thread Simon Glass
This enum is somewhat widely used to determine if the environment is valid or not. Move it to the common environment header file. Signed-off-by: Simon Glass Acked-by: Joe Hershberger --- Changes in v2: None env/flash.c | 1 + env/nowhere.c | 1 + include/env.h | 9