Skip to content
Snippets Groups Projects
Commit 84a42069 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 57332957
No related branches found
No related tags found
No related merge requests found
......@@ -1586,6 +1586,7 @@ help:
@echo ' ubootrelease - Output the release version string (use with make -s)'
@echo ' ubootversion - Output the version stored in Makefile (use with make -s)'
@echo " cfg - Don't build, just create the .cfg files"
@echo " envtools - Build only the target-side environment tools"
@echo ''
@echo 'Static analysers'
@echo ' checkstack - Generate a list of stack hogs'
......
......@@ -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.
......
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