Files
u-boot-tk1-som/drivers
Hans de Goede c67a8767f5 cfbconsole: Add support for stride != width
cfbconsole currently assumes that the width and stride of the framebuffer
are the same, in most places where stride matters it uses a VIDEO_LINE_LEN
helper macro.

This commit changes the few places not using VIDEO_LINE_LEN to also use
VIDEO_LINE_LEN, and protects the default VIDEO_LINE_LEN with a #ifndef
guard, allowing the boards config.h to override and, and thus support
cases where stride != width.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Anatolij Gustschin <agust@denx.de>
2015-08-14 08:37:36 +02:00
..
2015-07-27 15:53:52 -07:00
2015-08-12 20:48:06 -04:00
2015-04-10 14:23:23 +02:00
2015-08-13 13:06:03 -07:00
2015-08-13 07:19:41 -04:00
2015-05-26 14:13:12 +02:00
2015-08-12 20:47:48 -04:00
2015-07-21 17:39:29 -06:00
2015-07-21 17:39:29 -06:00