[U-Boot-Users] [PATCH] 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
diff -u a/README b/README --- a/README 2007-11-02 12:41:51.000000000 -0700 +++ b/README 2007-11-02 12:45:21.000000000 -0700 @@ -2123,7 +2123,7 @@ 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.
-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 created; also, when using EEPROM you will have to use getenv_r() until then to read environment variables.

In message fgg0hf$h9a$1@ger.gmane.org you wrote:
This is a multi-part message in MIME format. --------------030009040603050307000700 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
Changed the wording to properly describe the shadowing of the environment from ROM to RAM
Signed-off-by: Bruce Adler bruce.adler@acm.org
Applied, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Bruce Adler
-
Wolfgang Denk