> -----Original Message-----
> From: u-boot-boun...@lists.denx.de [mailto:u-boot-
> boun...@lists.denx.de] On Behalf Of David Collier
> Sent: den 22 oktober 2009 15:22
> To: u-boot@lists.denx.de
> Subject: Re: [U-Boot] hush while confusion
> 
> 
> 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"

/Orjan
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to