Re: [U-Boot] [PATCH v2 30/40] env: Move callback definitions to env.h

2019-08-13 Thread Tom Rini
On Thu, Aug 01, 2019 at 09:47:05AM -0600, Simon Glass wrote: > These definitions are effectively part of the 'public' API of the > environment implementation since they do not require access to any > internal variables. Move them to the env.h header. > > Signed-off-by: Simon Glass > Acked-by:

[U-Boot] [PATCH v2 30/40] env: Move callback definitions to env.h

2019-08-01 Thread Simon Glass
These definitions are effectively part of the 'public' API of the environment implementation since they do not require access to any internal variables. Move them to the env.h header. Signed-off-by: Simon Glass Acked-by: Joe Hershberger --- Changes in v2: None include/env.h | 34