summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-09-05 07:53:59 (GMT)
committerTom Rini <trini@konsulko.com>2017-09-06 00:34:09 (GMT)
commit84a42069f253554dbc2c7b4bbd28149a7a88c0ab (patch)
treef7b3c12a767e9c88b165b9fbd16c6600daa79101 /tools
parent573329571435eae967182baf94b2146188fb1ee5 (diff)
downloadu-boot-84a42069f253554dbc2c7b4bbd28149a7a88c0ab.tar.xz
env: Add 'envtools' target to 'make help'
The target is not currently mentioned anywhere. Add it to the help so people can find it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/env/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/env/README b/tools/env/README
index bc6e2c1..7092513 100644
--- a/tools/env/README
+++ b/tools/env/README
@@ -7,6 +7,9 @@ In order to cross-compile fw_printenv, run
in the root directory of the U-Boot distribution. For example,
make CROSS_COMPILE=arm-linux- envtools
+You should then create a symlink from fw_setenv to fw_printenv. They use
+the same program and its function depends on its basename.
+
For the run-time utility configuration uncomment the line
#define CONFIG_FILE "/etc/fw_env.config"
in fw_env.h.