]> git.sur5r.net Git - u-boot/commit
env: make "env default" selective, check and apply
authorGerlando Falauto <gerlando.falauto@keymile.com>
Mon, 2 Apr 2012 18:26:43 +0000 (20:26 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 13 Aug 2012 10:08:51 +0000 (12:08 +0200)
commitfebc78fdb0d8cd791774f1682de7fa61d5ba3d38
tree11218df22ac0929d0fc6338b0ba8fb027f149964
parent4274989157ac70cdc7e8d508ff2c972b3e85db9d
env: make "env default" selective, check and apply

Change the syntax (user API) for "env default":
  -f: override write-once variables
  var... : accept individual variable(s)
  -a: all (resetting the whole env is NOT the default behavior)

Enable variable checking and make changes effective by
enabling do_apply argument to himport_r().

Signed-off-by: Gerlando Falauto <gerlando.falauto@keymile.com>
common/cmd_nvedit.c
common/env_common.c
include/environment.h