mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
fix wording in README
Changed the wording to properly describe the shadowing of the environment from ROM to RAM Signed-off-by: Bruce Adler <bruce.adler@acm.org>
This commit is contained in:
parent
ad845beef0
commit
e881cb563e
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -2123,7 +2123,7 @@ to save the current settings.
|
||||||
to be a good choice since it makes it far enough from the
|
to be a good choice since it makes it far enough from the
|
||||||
start of the data area as well as from the stack pointer.
|
start of the data area as well as from the stack pointer.
|
||||||
|
|
||||||
Please note that the environment is read-only as long as the monitor
|
Please note that the environment is read-only until the monitor
|
||||||
has been relocated to RAM and a RAM copy of the environment has been
|
has been relocated to RAM and a RAM copy of the environment has been
|
||||||
created; also, when using EEPROM you will have to use getenv_r()
|
created; also, when using EEPROM you will have to use getenv_r()
|
||||||
until then to read environment variables.
|
until then to read environment variables.
|
||||||
|
|
Loading…
Reference in a new issue