diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2012-12-11 22:16:32 -0600 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-12-13 11:46:56 -0700 |
commit | 30fd4fadb319d7c6d43d949e2d30ffaea46a60cf (patch) | |
tree | cedfa8c38a45f3f6afe046a999003e56a609c84d /common/cmd_sf.c | |
parent | 2598090b7e17f8bdca95b22e7f27217054730e02 (diff) | |
download | u-boot-imx-30fd4fadb319d7c6d43d949e2d30ffaea46a60cf.zip u-boot-imx-30fd4fadb319d7c6d43d949e2d30ffaea46a60cf.tar.gz u-boot-imx-30fd4fadb319d7c6d43d949e2d30ffaea46a60cf.tar.bz2 |
tools/env: Add environment variable flags support
Currently just validates variable types as decimal, hexidecimal,
boolean, ip address, and mac address. Call
env_acl_validate_setenv_params() from setenv() in fw_env.c.
If the entry is not found in the env .flags, then look in the static
one. This allows the env to override the static definitions, but prevents
the need to have every definition in the environment distracting you.
Need to build in _ctype for isdigit for Linux.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'common/cmd_sf.c')
0 files changed, 0 insertions, 0 deletions