1
0
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:
wdenk
2003-08-29 22:00:43 +00:00
parent c29fdfc1d8
commit 6f21347d49
25 changed files with 2490 additions and 9 deletions

View File

@@ -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;