]> Git Repo - J-u-boot.git/commit - common/lcd.c
common/lcd_console: fix console/logo regression
authorMarcel Ziswiler <[email protected]>
Tue, 4 Aug 2015 13:49:50 +0000 (15:49 +0200)
committerTom Rini <[email protected]>
Thu, 13 Aug 2015 11:19:34 +0000 (07:19 -0400)
commit3b96b90966615443e31463183d7e575a093ce0b4
tree736552679064b2a83daa826c82776c8bd9b98e30
parent181bd9dc61d2da88b78f1c1138a685dae39354d6
common/lcd_console: fix console/logo regression

The following commit changed the order of the column vs. row parameter
to the lcd_init_console() function but missed actually changing it as
well the second time it is called from lcd_clear() which resulted in a
garbled text console which this patch fixes.

commit 604c7d4a5a3cf70949f6e6094bf0d52ee3b4804d
common/lcd_console: introduce display/framebuffer rotation

Tested on Colibri T20 with my latest assortment of tegra
fixes/enhancements patch set.

Signed-off-by: Marcel Ziswiler <[email protected]>
Acked-by: Simon Glass <[email protected]>
common/lcd.c
This page took 0.033877 seconds and 4 git commands to generate.