Re: [U-Boot-Users] [PATCH 2/3] Add ePAPR boot command

2008-08-06 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I've been using as follows: > > setenv autostart no > bootm > > bootepapr 0 $bootm_fdtaddr Now I see where your intentions with the autostart are coming from. Sorry, this is not the way it is supposed to work, and not the way it is documented. > A

Re: [U-Boot-Users] [PATCH 2/3] Add ePAPR boot command

2008-08-06 Thread Kumar Gala
On Aug 6, 2008, at 3:21 AM, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED] > > you wrote: >> Add a boot command that supports the ePAPR client interface on >> powerpc. > > What is the intended use of such a command? > > How does it intergrate with with image formats supported by U-Boot

Re: [U-Boot-Users] [PATCH 2/3] Add ePAPR boot command

2008-08-06 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Add a boot command that supports the ePAPR client interface on powerpc. What is the intended use of such a command? How does it intergrate with with image formats supported by U-Boot? To me it seems that it's mostly intended to be called by other co