Re: [U-Boot] [PATCH V2 06/12] lcd: replace CONSOLE_(ROWS|COLS) with variables

2014-12-02 Thread Simon Glass
On 30 November 2014 at 05:29, Nikita Kiryanov wrote: > Replace CONSOLE_(ROWS|COLS) macros with variables, and assign the > original macro values. > > This is a preparatory step for extracting lcd console code into its own > file. > > Signed-off-by: Nikita Kiryanov > Cc: Anatolij Gustschin > Cc:

Re: [U-Boot] [PATCH V2 06/12] lcd: replace CONSOLE_(ROWS|COLS) with variables

2014-12-02 Thread Nikita Kiryanov
Hi Simon, On 11/30/2014 09:25 PM, Simon Glass wrote: On 30 November 2014 at 05:29, Nikita Kiryanov wrote: Replace CONSOLE_(ROWS|COLS) macros with variables, and assign the original macro values. This is a preparatory step for extracting lcd console code into its own file. Signed-off-by: Niki

[U-Boot] [PATCH V2 06/12] lcd: replace CONSOLE_(ROWS|COLS) with variables

2014-11-30 Thread Nikita Kiryanov
Replace CONSOLE_(ROWS|COLS) macros with variables, and assign the original macro values. This is a preparatory step for extracting lcd console code into its own file. Signed-off-by: Nikita Kiryanov Cc: Anatolij Gustschin Cc: Simon Glass --- Changes in V2: - New patch. common/lcd.c |