diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/env/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/env/README b/tools/env/README index 24e31bc9f8..bc6e2c11ef 100644 --- a/tools/env/README +++ b/tools/env/README @@ -3,9 +3,9 @@ This is a demo implementation of a Linux command line tool to access the U-Boot's environment variables. In order to cross-compile fw_printenv, run - make CROSS_COMPILE=<your cross-compiler prefix> env + make CROSS_COMPILE=<your cross-compiler prefix> envtools in the root directory of the U-Boot distribution. For example, - make CROSS_COMPILE=arm-linux- env + make CROSS_COMPILE=arm-linux- envtools For the run-time utility configuration uncomment the line #define CONFIG_FILE "/etc/fw_env.config" |