[U-Boot] hush while confusion

Wolfgang Denk wd at denx.de
Thu Oct 22 20:07:14 CEST 2009


Dear =?iso-8859-1?Q?=D6rjan_Friberg?=,

In message <A646FE253FDF3D4F9742732015311CD44F7E10 at fg-server.flatfrog.local> you wrote:
>
> > OK I have changed it to
> > 
> > while 1==1 ; do ; mmcinit && ext2load mmc 0:1 0x10400000  /boot/uImage
> > &&
> > bootm 0x10400000 ; done
> 
> Replace the "1==1" with ":" and skip the ";" after "do"

I recommend to try things out before posting:

	=> while : ; do echo foo ; done
	Unknown command ':' - try 'help'
	=> 

U-Boot does not know (yet) about the ':' command.

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
Virtue is a relative term.
	-- Spock, "Friday's Child", stardate 3499.1


More information about the U-Boot mailing list