mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
CFB: Fix font rendering on mx5 framebuffer
Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Cc: Anatolij Gustschin <agust@denx.de> Cc: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
99258c3410
commit
5fb1a6f9c1
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@
|
|||
/*
|
||||
* Defines for the i.MX31 driver (mx3fb.c)
|
||||
*/
|
||||
#ifdef CONFIG_VIDEO_MX3
|
||||
#if defined(CONFIG_VIDEO_MX3) || defined(CONFIG_VIDEO_MX5)
|
||||
#define VIDEO_FB_16BPP_WORD_SWAP
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue