[U-Boot] [PATCH v4 3/7] env: make himport_r() selective on variables

2012-08-24 Thread Gerlando Falauto
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.fala...@keymile.com --- common/cmd_nvedit.c |3 ++- common/env_common.c |

Re: [U-Boot] [PATCH v4 3/7] env: make himport_r() selective on variables

2012-08-24 Thread Marek Vasut
Dear Gerlando Falauto, 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. Reviewed-by: Marek Vasut ma...@denx.de Signed-off-by: Gerlando Falauto