diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2013-02-27 11:28:45 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-03-11 17:00:28 -0400 |
commit | 55011539172b6ca6022e0f5581c73eaa30b57882 (patch) | |
tree | f08fd547dfaa63082cbf698d5730f60e04e0a287 /tools | |
parent | d45a6ae2419412098007798eb148c3fbf4cc530a (diff) |
Fix a couple typoes in tools/env/README
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
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 df020e4afd4..1020b57b059 100644 --- a/tools/env/README +++ b/tools/env/README @@ -8,7 +8,7 @@ In order to cross-compile fw_printenv, run in the root directory of the U-Boot distribution. For example, make HOSTCC=arm-linux-gcc env -For the run-time utiltity configuration uncomment the line +For the run-time utility configuration uncomment the line #define CONFIG_FILE "/etc/fw_env.config" in fw_env.h. @@ -34,7 +34,7 @@ following lines are relevant: #define DEVICE2_ESIZE 0x4000 #define DEVICE2_ENVSECTORS 2 -Un-define HAVE_REDUND, if you want to use the utlities on a system +Un-define HAVE_REDUND, if you want to use the utilities on a system that does not have support for redundant environment enabled. If HAVE_REDUND is undefined, DEVICE2_NAME is ignored, as is ENV2_SIZE and DEVICE2_ESIZE. |