* 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

8
include/arm926ejs.h Normal file
View File

@@ -0,0 +1,8 @@
/************************************************
* NAME arm926ejs.h *
* Version : 23 June 2003 *
************************************************/
/* Currently empty */
#ifndef __ARM926EJS_H__
#define __ARM926EJS_H__
#endif /*__ARM926EJS_H__*/