Home
last modified time | relevance | path

Searched hist:"122 bc08845c25367d23e3d7a74c29b7d1ac07234" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/tools/env/
H A Dfw_env_main.c122bc08845c25367d23e3d7a74c29b7d1ac07234 Wed Sep 15 17:46:26 UTC 2010 Daniel Hobi <daniel.hobi@schmid-telecom.ch> tools/env: allow option "-n" for fw_printenv

In commit bd7b26f8 (Tools: set multiple variable with fw_setenv utility),
the option parsing was changed to getopt_long(3), but option "-n"
of fw_printenv was not included.

This leads to an error message "invalid option -- 'n'" on stderr,
although the output on stdout is correct.

Signed-off-by: Daniel Hobi <daniel.hobi@schmid-telecom.ch>