]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
env: Allow env_attr_walk to pass a priv * to callback
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 20 May 2015 19:27:19 +0000 (14:27 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:43:16 +0000 (22:43 +0200)
commit5d9ba9a35d1a8cb0caef50c0177ab21b5cf40f14
tree80a0af56407265d2f08b625a4971001b9c64d8e4
parentcd030e9b088cb7156359a221951e668c80a419f5
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>
common/cmd_nvedit.c
common/env_attr.c
common/env_callback.c
common/env_flags.c
include/env_attr.h