mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
Enable PXAFB for PXA27X and PXA3XX
This commit is contained in:
parent
d6f324d03d
commit
8c35d0c570
3 changed files with 15 additions and 8 deletions
|
@ -87,7 +87,7 @@ typedef struct vidinfo {
|
|||
u_char vl_wbf; /* Wait between frames */
|
||||
} vidinfo_t;
|
||||
|
||||
#elif defined CONFIG_PXA250
|
||||
#elif defined CONFIG_PXA250 || defined CONFIG_PXA27X || defined CONFIG_CPU_MONAHANS
|
||||
/*
|
||||
* PXA LCD DMA descriptor
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue