From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?=D6rjan_Friberg?= Date: Thu, 22 Oct 2009 15:27:25 +0200 Subject: [U-Boot] hush while confusion In-Reply-To: References: <20091022113139.DB6961A00B@gemini.denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > -----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