Re: [U-Boot] Problem with stand-alone apps

2013-08-29 Thread ANDY KENNEDY
> From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Tom Rini > > On Wed, Aug 28, 2013 at 03:07:47PM +, ANDY KENNEDY wrote: > > > All, > > > > In an effort to play by the rules, we created a stand alone app that > > handles breaking the boot process with bootdelay set to 0. We require >

Re: [U-Boot] Problem with stand-alone apps

2013-08-29 Thread ANDY KENNEDY
> From: James Chargin [mailto:jimccr...@gmail.com] > On 08/28/2013 08:07 AM, ANDY KENNEDY wrote: > > All, > > > > In an effort to play by the rules, we created a stand alone app that > > handles breaking the boot process with bootdelay set to 0. We require > > a special key sequence to break into

Re: [U-Boot] Problem with stand-alone apps

2013-08-28 Thread James Chargin
On 08/28/2013 08:07 AM, ANDY KENNEDY wrote: All, In an effort to play by the rules, we created a stand alone app that handles breaking the boot process with bootdelay set to 0. We require a special key sequence to break into the boot process to ensure security, and to ensure we do not interru

Re: [U-Boot] Problem with stand-alone apps

2013-08-28 Thread Tom Rini
On Wed, Aug 28, 2013 at 03:07:47PM +, ANDY KENNEDY wrote: > All, > > In an effort to play by the rules, we created a stand alone app that > handles breaking the boot process with bootdelay set to 0. We require > a special key sequence to break into the boot process to ensure security, > and

[U-Boot] Problem with stand-alone apps

2013-08-28 Thread ANDY KENNEDY
All, In an effort to play by the rules, we created a stand alone app that handles breaking the boot process with bootdelay set to 0. We require a special key sequence to break into the boot process to ensure security, and to ensure we do not interrupt the boot process with stray key strokes. We a