]> git.sur5r.net Git - u-boot/commit
env: make himport_r() selective on variables
authorGerlando Falauto <gerlando.falauto@keymile.com>
Mon, 2 Apr 2012 18:26:40 +0000 (20:26 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 13 Aug 2012 10:08:51 +0000 (12:08 +0200)
commit8b2c556741daa2091af2935e67c5d684b96da4de
treef5391880e9525c02ebbf95da93c4e59954479441
parent8949798efd972dd3ff33ac7ce962a6b2aa994a24
env: make himport_r() selective on variables

Add 2 new arguments to himport_r():

 o "nvars", "vars": number and list of variables to take into account
   (0 means ALL)

NOTE: This patch does not change the current behaviour.

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