From 84a42069f253554dbc2c7b4bbd28149a7a88c0ab Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 5 Sep 2017 01:53:59 -0600 Subject: 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 --- tools/env/README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/env/README b/tools/env/README index bc6e2c11efd..709251383c6 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. -- cgit v1.3.1