mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-16 23:47:49 -04:00
Fix a couple typoes in tools/env/README
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
This commit is contained in:
parent
d45a6ae241
commit
5501153917
4
tools/env/README
vendored
4
tools/env/README
vendored
@ -8,7 +8,7 @@ In order to cross-compile fw_printenv, run
|
|||||||
in the root directory of the U-Boot distribution. For example,
|
in the root directory of the U-Boot distribution. For example,
|
||||||
make HOSTCC=arm-linux-gcc env
|
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"
|
#define CONFIG_FILE "/etc/fw_env.config"
|
||||||
in fw_env.h.
|
in fw_env.h.
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ following lines are relevant:
|
|||||||
#define DEVICE2_ESIZE 0x4000
|
#define DEVICE2_ESIZE 0x4000
|
||||||
#define DEVICE2_ENVSECTORS 2
|
#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.
|
that does not have support for redundant environment enabled.
|
||||||
If HAVE_REDUND is undefined, DEVICE2_NAME is ignored,
|
If HAVE_REDUND is undefined, DEVICE2_NAME is ignored,
|
||||||
as is ENV2_SIZE and DEVICE2_ESIZE.
|
as is ENV2_SIZE and DEVICE2_ESIZE.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user