Re: [U-Boot] [PATCH v4 09/12] samsung: misc: Add LCD download menu.

2014-01-10 Thread Przemyslaw Marczak
On 01/10/2014 10:43 AM, Minkyu Kang wrote: On 10/01/14 18:37, Przemyslaw Marczak wrote: Hello Minkyu, On 01/10/2014 02:37 AM, Minkyu Kang wrote: On 09/01/14 20:23, Przemyslaw Marczak wrote: This simple LCD menu allows run one of download mode on device without writing on console or for fast a

Re: [U-Boot] [PATCH v4 09/12] samsung: misc: Add LCD download menu.

2014-01-10 Thread Minkyu Kang
On 10/01/14 18:37, Przemyslaw Marczak wrote: > Hello Minkyu, > > On 01/10/2014 02:37 AM, Minkyu Kang wrote: >> On 09/01/14 20:23, Przemyslaw Marczak wrote: >>> This simple LCD menu allows run one of download mode on device >>> without writing on console or for fast and easy upgrade. >>> This featu

Re: [U-Boot] [PATCH v4 09/12] samsung: misc: Add LCD download menu.

2014-01-10 Thread Przemyslaw Marczak
Hello Minkyu, On 01/10/2014 02:37 AM, Minkyu Kang wrote: On 09/01/14 20:23, Przemyslaw Marczak wrote: This simple LCD menu allows run one of download mode on device without writing on console or for fast and easy upgrade. This feature check user keys combination at boot: - power key + volume up

Re: [U-Boot] [PATCH v4 09/12] samsung: misc: Add LCD download menu.

2014-01-09 Thread Minkyu Kang
On 09/01/14 20:23, Przemyslaw Marczak wrote: > This simple LCD menu allows run one of download mode on device > without writing on console or for fast and easy upgrade. > This feature check user keys combination at boot: > - power key + volume up - download menu > - power key + volume down - thor m

[U-Boot] [PATCH v4 09/12] samsung: misc: Add LCD download menu.

2014-01-09 Thread Przemyslaw Marczak
This simple LCD menu allows run one of download mode on device without writing on console or for fast and easy upgrade. This feature check user keys combination at boot: - power key + volume up - download menu - power key + volume down - thor mode (without menu) New configs: - CONFIG_LCD_MENU - CO