Re: [U-Boot] bootstopkey reason behind it

2013-08-04 Thread Wolfgang Denk
Dear paavaanan_...@dell.com, In message you wrote: > > To stop autoboot we have 2 ifdef (CONFIG_AUTOBOOT_STOP_ [STR2 || > STR1] ). Which is very easy and straightforward to implement. Halting > a boot with single "Keystroke" is having its own advantages to the > user. But, why multiple key supp

Re: [U-Boot] bootstopkey reason behind it

2013-08-02 Thread Paavaanan_T_N
iday, August 02, 2013 5:20 PM To: N, Paavaanan T Cc: sba...@denx.de; u-boot@lists.denx.de Subject: Re: [U-Boot] bootstopkey reason behind it Hello paavaanan_...@dell.com Am 02.08.2013 13:41, schrieb paavaanan_...@dell.com: > I want to configure bootstopkey to [ctrl + B] combination, So in >

Re: [U-Boot] bootstopkey reason behind it

2013-08-02 Thread Heiko Schocher
Hello paavaanan_...@dell.com Am 02.08.2013 13:41, schrieb paavaanan_...@dell.com: I want to configure bootstopkey to [ctrl + B] combination, So in bootprompt I gave => setenv boostopkey ^B ^ Try "bootstopkey" ... bye, Heiko -- DENX Software Engineering GmbH, MD: Wolfgan

Re: [U-Boot] bootstopkey reason behind it

2013-08-02 Thread Paavaanan_T_N
e- From: Stefano Babic [mailto:sba...@denx.de] Sent: Friday, August 02, 2013 5:05 PM To: N, Paavaanan T Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] bootstopkey reason behind it On 02/08/2013 07:58, paavaanan_...@dell.com wrote: > Hi, > > To stop autoboot we have 2 ifdef (CONFIG_

Re: [U-Boot] bootstopkey reason behind it

2013-08-02 Thread Stefano Babic
On 02/08/2013 07:58, paavaanan_...@dell.com wrote: > Hi, > > To stop autoboot we have 2 ifdef (CONFIG_AUTOBOOT_STOP_ [STR2 || > STR1] ). Which is very easy and straightforward to implement. Halting > a boot with single "Keystroke" is having its own advantages to the > user. But, why multiple key

[U-Boot] bootstopkey reason behind it

2013-08-02 Thread Paavaanan_T_N
Hi, To stop autoboot we have 2 ifdef (CONFIG_AUTOBOOT_STOP_ [STR2 || STR1] ). Which is very easy and straightforward to implement. Halting a boot with single "Keystroke" is having its own advantages to the user. But, why multiple key support is ignored say like [ctrl + anykey ] combination. Es