summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBruce Adler <bruce.adler@ccpu.com>2007-11-02 13:15:42 -0700
committerWolfgang Denk <wd@denx.de>2007-11-03 23:04:43 +0100
commite881cb563e32f45832b7b6db77bdcd017adcbb41 (patch)
tree7c6b3b6fc3f901f04e5d03eccd6a4f3b8704269f /README
parentad845beef06245426c57b53dcdc01b7dc70e0d45 (diff)
downloadtalos-obmc-uboot-e881cb563e32f45832b7b6db77bdcd017adcbb41.tar.gz
talos-obmc-uboot-e881cb563e32f45832b7b6db77bdcd017adcbb41.zip
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>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 09eb76fe45..3dad5fc726 100644
--- a/README
+++ b/README
@@ -2123,7 +2123,7 @@ to save the current settings.
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.
OpenPOWER on IntegriCloud