[U-Boot] [PATCH] fw_env.h: fix comment

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Thu Jan 5 19:09:10 CET 2012


made description according to implementation
(where the config file is the default).

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
---
 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 9258c79..cfbe108 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.
  */
-- 
1.7.8.1



More information about the U-Boot mailing list