]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common/lcd_console: fix console/logo regression
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Tue, 4 Aug 2015 13:49:50 +0000 (15:49 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:23:15 +0000 (10:23 +0200)
commitad0568674c4b95d321b32163c702a39656e791b2
treeebcf5a561f246e318047281b177745f7783a93bb
parentdddec5b5ebabbf389ab244364262a84cbba08271
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 <marcel.ziswiler@toradex.com>
Acked-by: Simon Glass <sjg@chromium.org>
common/lcd.c