[U-Boot] Pull request: u-boot-video/next

Hey Tom,
The following changes since commit 4c8c485ad9249e1ca1822474954b78799ca937e9:
arc: introduce "mdbtrick" target (2015-01-09 23:59:54 +0300)
are available in the git repository at:
git://git.denx.de/u-boot-video.git next
for you to fetch changes up to 73b462b84568ac887ae9ad083580289175202327:
lcd_console: remove unused defines (2015-01-10 17:54:23 +0100)
---------------------------------------------------------------- Nikita Kiryanov (12): lcd: remove CONFIG_SYS_INVERT_COLORS lcd: cleanup lcd_drawchars mpc8xx_lcd: get rid of CONFIG_EDT32F10 lcd: remove LCD_MONOCHROME lcd: rename console_(row|col) lcd: replace CONSOLE_(ROWS|COLS) with variables lcd: expand console api lcd: get rid of COLOR_MASK lcd: introduce getters for bg/fg color lcd: make lcd_drawchars() independant of lcd_base lcd: refactor lcd console stuff into its own file lcd_console: remove unused defines
common/Makefile | 2 +- common/lcd.c | 313 +++++--------------------------------------- common/lcd_console.c | 211 +++++++++++++++++++++++++++++ drivers/video/mpc8xx_lcd.c | 49 +------ drivers/video/pxa_lcd.c | 15 --- include/lcd.h | 25 ++-- include/lcd_console.h | 86 ++++++++++++ 7 files changed, 347 insertions(+), 354 deletions(-) create mode 100644 common/lcd_console.c create mode 100644 include/lcd_console.h
Please pull. Thanks!
Anatolij

On Wed, Jan 14, 2015 at 10:20:54PM +0100, Anatolij Gustschin wrote:
Hey Tom,
The following changes since commit 4c8c485ad9249e1ca1822474954b78799ca937e9:
arc: introduce "mdbtrick" target (2015-01-09 23:59:54 +0300)
are available in the git repository at:
git://git.denx.de/u-boot-video.git next
for you to fetch changes up to 73b462b84568ac887ae9ad083580289175202327:
lcd_console: remove unused defines (2015-01-10 17:54:23 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Anatolij Gustschin
-
Tom Rini