diff options
| author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2012-01-05 08:09:10 +0000 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2012-02-11 22:18:38 +0100 | 
| commit | 9cbfee6dc200cc746394c7efc10253a24f3ce108 (patch) | |
| tree | b32dbd5a349e9fa2f23643ed1486bd3f9995ba2c | |
| parent | e3b36210224f07cc798fef15e83db3500529c7bb (diff) | |
| download | olio-uboot-2014.01-9cbfee6dc200cc746394c7efc10253a24f3ce108.tar.xz olio-uboot-2014.01-9cbfee6dc200cc746394c7efc10253a24f3ce108.zip | |
fw_env.h: fix comment
made description according to implementation
(where the config file is the default).
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
| -rw-r--r-- | tools/env/fw_env.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tools/env/fw_env.h b/tools/env/fw_env.h index 2dcb373b6..ad3244664 100644 --- a/tools/env/fw_env.h +++ b/tools/env/fw_env.h @@ -22,8 +22,8 @@   */  /* - * To build the utility with the run-time configuration - * uncomment the next line. + * To build the utility with the static configuration + * comment out the next line.   * See included "fw_env.config" sample file   * for notes on configuration.   */ |