mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +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
							
								
									fdbe8b9a2d
								
							
						
					
					
						commit
						e6bbe53da0
					
				@ -164,7 +164,7 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 * Defines for the i.MX31 driver (mx3fb.c)
 | 
					 * 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
 | 
					#define VIDEO_FB_16BPP_WORD_SWAP
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user