]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common/lcd_console: move single static variables into common (static) structure
authorHannes Petermaier <hannes.petermaier@br-automation.com>
Fri, 27 Mar 2015 07:01:37 +0000 (08:01 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:23 +0000 (21:47 +0200)
commit1071a017612e81bd8f4c6b90145a4a67efa9c61e
tree276c7df1c1e2c15efd682a78571572273bb2f3fb
parentc6049fcd4c783e719228d200e43d6aa2cae0f248
common/lcd_console: move single static variables into common (static) structure

For coming implementation of lcd_console rotation, we will need some more
variables for holding information about framebuffer size, rotation, ...

For better readability we catch all them into a common structure.

Signed-off-by: Hannes Petermaier <hannes.petermaier@br-automation.com>
Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
Acked-by: Nikita Kiryanov <nikita@compulab.co.il>
common/lcd_console.c