mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
* Patch by George G. Davis, 19 Aug 2003:
fix TI Innovator/OMAP1510 pin configs * Patches by Kshitij, 18 Aug 2003 - add support for arm926ejs cpu core - add support for TI OMAP 1610 Innovator Board
This commit is contained in:
@@ -60,8 +60,10 @@ struct NS16550 {
|
||||
int pad7:24;
|
||||
unsigned char scr; /* 7 */
|
||||
int pad8:24;
|
||||
#ifdef CONFIG_OMAP1510
|
||||
#if defined(CONFIG_OMAP1510) || defined(CONFIG_OMAP1610)
|
||||
unsigned char mdr1; /* mode select reset TL16C750*/
|
||||
#endif
|
||||
#ifdef CONFIG_OMAP1510
|
||||
int pad9:24;
|
||||
unsigned long pad[10];
|
||||
unsigned char osc_12m_sel;
|
||||
|
Reference in New Issue
Block a user