Skip to content
Snippets Groups Projects
Commit fd4e3280 authored by Andreas Fenkart's avatar Andreas Fenkart Committed by Tom Rini
Browse files

tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_script


there are two groups of functions:
- application ready tools: fw_setenv/fw_getenv/fw_parse_script
these are used, when creating a single binary containing multiple
tools (busybox like)
- file access like: open/read/write/close
above functions are implemented on top of these. applications
can use those to modify several variables without creating a
temporary batch script file
tested with "./scripts/kernel-doc -html -v tools/env/fw_env.h"

Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarAndreas Fenkart <andreas.fenkart@digitalstrom.com>
parent 473c0abe
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment