[U-Boot] hush while confusion
Örjan Friberg
of at flatfrog.com
Thu Oct 22 15:27:25 CEST 2009
> -----Original Message-----
> From: u-boot-bounces at lists.denx.de [mailto:u-boot-
> bounces at lists.denx.de] On Behalf Of David Collier
> Sent: den 22 oktober 2009 15:22
> To: u-boot at 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
More information about the U-Boot
mailing list