Re: [U-Boot] [PATCH v2 2/3] config_cmd_default.h: Add 'env exists' command

2015-03-25 Thread Tom Rini
On Wed, Feb 25, 2015 at 11:23:51PM +0100, Sjoerd Simons wrote: > env exists allows scripts to query whether an environment variable > exists. Enable by default as it adds only a trivial amount of code and > can be useful in scripts. > > Signed-off-by: Sjoerd Simons > Reviewed-by: Hans de Goede

[U-Boot] [PATCH v2 2/3] config_cmd_default.h: Add 'env exists' command

2015-02-25 Thread Sjoerd Simons
env exists allows scripts to query whether an environment variable exists. Enable by default as it adds only a trivial amount of code and can be useful in scripts. Signed-off-by: Sjoerd Simons Reviewed-by: Hans de Goede --- include/config_cmd_default.h | 1 + 1 file changed, 1 insertion(+) Cha