public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] u-boot README file
@ 2007-11-01  2:13 Bruce Adler
  2007-11-01 19:33 ` T Ziomek
  0 siblings, 1 reply; 5+ messages in thread
From: Bruce Adler @ 2007-11-01  2:13 UTC (permalink / raw)
  To: u-boot

hi all,

I'm trying to make sense out of this sentence in the README file:


  Please note that the environment is read-only as long as the monitor
  has been relocated to RAM and a RAM copy of the environment has been
  created; 

the phrase "as long as" don't make sense to me in that sentence

I think it should say "until" instead of "as long as"

IOW, it should read:

  ... is read-only until the monitor has been relocated to RAM ...
	
does anyone disagree?

bruce

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot-Users] u-boot README file
  2007-11-01  2:13 [U-Boot-Users] u-boot README file Bruce Adler
@ 2007-11-01 19:33 ` T Ziomek
  2007-11-01 19:59   ` Jerry Van Baren
  0 siblings, 1 reply; 5+ messages in thread
From: T Ziomek @ 2007-11-01 19:33 UTC (permalink / raw)
  To: u-boot

On Wed, 31 Oct 2007, Bruce Adler wrote:
>
> I'm trying to make sense out of this sentence in the README file:
>
>  Please note that the environment is read-only as long as the monitor
>  has been relocated to RAM and a RAM copy of the environment has been
>  created;
>
> the phrase "as long as" don't make sense to me in that sentence
> I think it should say "until" instead of "as long as"
> IOW, it should read:
>
>  ... is read-only until the monitor has been relocated to RAM ...
>
> does anyone disagree?

My guess is that sentence is intended to convey that changes to a RAM copy
of the environment are not persistent (will not be preserved across resets
/ power cycles).

Tom

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot-Users] u-boot README file
  2007-11-01 19:33 ` T Ziomek
@ 2007-11-01 19:59   ` Jerry Van Baren
  2007-11-01 21:03     ` T Ziomek
  0 siblings, 1 reply; 5+ messages in thread
From: Jerry Van Baren @ 2007-11-01 19:59 UTC (permalink / raw)
  To: u-boot

T Ziomek wrote:
> On Wed, 31 Oct 2007, Bruce Adler wrote:
>> I'm trying to make sense out of this sentence in the README file:
>>
>>  Please note that the environment is read-only as long as the monitor
>>  has been relocated to RAM and a RAM copy of the environment has been
>>  created;
>>
>> the phrase "as long as" don't make sense to me in that sentence
>> I think it should say "until" instead of "as long as"
>> IOW, it should read:
>>
>>  ... is read-only until the monitor has been relocated to RAM ...
>>
>> does anyone disagree?
> 
> My guess is that sentence is intended to convey that changes to a RAM copy
> of the environment are not persistent (will not be preserved across resets
> / power cycles).
> 
> Tom

While your point is also true, I agree with Bruce WRT the line in question.

Best regards,
gvb

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot-Users] u-boot README file
  2007-11-01 19:59   ` Jerry Van Baren
@ 2007-11-01 21:03     ` T Ziomek
  2007-11-01 21:27       ` Wolfgang Denk
  0 siblings, 1 reply; 5+ messages in thread
From: T Ziomek @ 2007-11-01 21:03 UTC (permalink / raw)
  To: u-boot

On Thu, 1 Nov 2007, Jerry Van Baren wrote:
>
> T Ziomek wrote:
>> On Wed, 31 Oct 2007, Bruce Adler wrote:
>>> I'm trying to make sense out of this sentence in the README file:
>>>
>>>  Please note that the environment is read-only as long as the monitor
>>>  has been relocated to RAM and a RAM copy of the environment has been
>>>  created;
>>> 
>>> the phrase "as long as" don't make sense to me in that sentence
>>> I think it should say "until" instead of "as long as"
>>> IOW, it should read:
>>>
>>>  ... is read-only until the monitor has been relocated to RAM ...
>>> 
>>> does anyone disagree?
>> 
>> My guess is that sentence is intended to convey that changes to a RAM copy
>> of the environment are not persistent (will not be preserved across resets
>> / power cycles).
>> 
>> Tom
>
> While your point is also true, I agree with Bruce WRT the line in question.

I wasn't saying it was well-phrased, whatever the meaning.  Either way it
could be clarified.  On the other hand, the correct clarification depends on
the original intent...

-- 
   /"\  ASCII Ribbon Campaign   |
   \ /                          |   Email to user 'CTZ001'
    X        Against HTML       |             at 'email.mot.com'
   / \     in e-mail & news     |

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot-Users] u-boot README file
  2007-11-01 21:03     ` T Ziomek
@ 2007-11-01 21:27       ` Wolfgang Denk
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2007-11-01 21:27 UTC (permalink / raw)
  To: u-boot

In message <Pine.LNX.4.64.0711011602370.30583@gauley.ddna.labs.mot.com> you wrote:
>
> >>> the phrase "as long as" don't make sense to me in that sentence
> >>> I think it should say "until" instead of "as long as"
> >>> IOW, it should read:
> >>>
> >>>  ... is read-only until the monitor has been relocated to RAM ...
> >>> 
> >>> does anyone disagree?

I don't care if anyone disagrees. I agree that it should read "until".

> I wasn't saying it was well-phrased, whatever the meaning.  Either way it
> could be clarified.  On the other hand, the correct clarification depends on
> the original intent...

The original intent is the "until" reading. Please subgmit a patch.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I can type faster than I can move a  mouse,  so  I  find  menu-driven
drawing packages time consuming and frustrating.      - W. R. Stevens

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-11-01 21:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-01  2:13 [U-Boot-Users] u-boot README file Bruce Adler
2007-11-01 19:33 ` T Ziomek
2007-11-01 19:59   ` Jerry Van Baren
2007-11-01 21:03     ` T Ziomek
2007-11-01 21:27       ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox