commit | cca98fd6aa111f622be09ffdb5c59684c5e160af | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Wed May 20 14:27:19 2015 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu May 21 09:13:19 2015 -0400 |
tree | b6390d453a085825c1d260dbe69a2433d6f86b77 | |
parent | 032ea185d644cfe420822dd3dc84734623ffac91 [diff] |
env: Allow env_attr_walk to pass a priv * to callback In some cases it can be helpful to have context in the callback about the calling situation. This is needed for following patches. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org>