Re: [U-Boot] [PATCH V2 12/12] lcd_console: remove unused defines

2014-11-30 Thread Simon Glass
On 30 November 2014 at 05:29, Nikita Kiryanov wrote: > CONSOLE_ROW_SECOND, CONSOLE_ROW_LAST, and > CONSOLE_SCROLL_SIZE are unused. Remove them. > > Signed-off-by: Nikita Kiryanov > Cc: Anatolij Gustschin > Cc: Simon Glass > --- > Changes in V2: > - New patch. Acked-by: Simon Glass Te

[U-Boot] [PATCH V2 12/12] lcd_console: remove unused defines

2014-11-30 Thread Nikita Kiryanov
CONSOLE_ROW_SECOND, CONSOLE_ROW_LAST, and CONSOLE_SCROLL_SIZE are unused. Remove them. Signed-off-by: Nikita Kiryanov Cc: Anatolij Gustschin Cc: Simon Glass --- Changes in V2: - New patch. common/lcd_console.c | 4 1 file changed, 4 deletions(-) diff --git a/common/lcd_console.c