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

2014-01-07 Thread Przemyslaw Marczak
Hello Minkyu, Thank you for review. On 01/06/2014 12:38 PM, Minkyu Kang wrote: On 04/01/14 01:43, 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:

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

2014-01-06 Thread Minkyu Kang
On 04/01/14 01:43, 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 v3 09/12] samsung: misc: Add LCD download menu.

2014-01-03 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