]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
env: Refactor do_apply to a flag
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 12 Dec 2012 04:16:19 +0000 (22:16 -0600)
committerTom Rini <trini@ti.com>
Thu, 13 Dec 2012 18:46:54 +0000 (11:46 -0700)
commitc4e0057fa78ebb524b9241ad7245fcd1074ba414
tree5edef36e43886efa384a8fb373263e0a62c228d4
parente772cb30f649c1bb8c9cb15e4c05cbf0760f2f61
env: Refactor do_apply to a flag

Use a flag in hsearch_r for insert mode passed from import to allow the
behavior be different based on use.

Now that "do_check" is called for all imports, ensure console init is
complete before updating the console on relocation import

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
common/cmd_nvedit.c
common/console.c
common/env_common.c
include/search.h
lib/hashtable.c