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

In message <a646fe253fdf3d4f9742732015311cd44f7...@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: w...@denx.de
Virtue is a relative term.
        -- Spock, "Friday's Child", stardate 3499.1
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to