
22 Oct
2009
22 Oct
'09
3:27 p.m.
-----Original Message----- From: u-boot-bounces@lists.denx.de [mailto:u-boot- bounces@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