* Patch by Dave Peverley, 30 Apr 2004:
  Add support for OMAP730 Perseus2 Development board

* Patch by Alan J. Luse, 29 Apr 2004:
  Fix flash chip-select (OR0) option register setting on FADS boards.

* Patch by Alan J. Luse, 29 Apr 2004:
  Report MII network speed and duplex setting properly when
  auto-negotiate is not enabled.

* Patch by Jarrett Redd, 29 Apr 2004:
  Fix hang on reset on Ocotea board due to flash in wrong mode.
diff --git a/cpu/arm926ejs/start.S b/cpu/arm926ejs/start.S
index 51a2605..ad5d847 100644
--- a/cpu/arm926ejs/start.S
+++ b/cpu/arm926ejs/start.S
@@ -3,7 +3,7 @@
  *
  *  Copyright (c) 2003  Texas Instruments
  *
- *  ----- Adapted for OMAP1610 from ARM925t code ------
+ *  ----- Adapted for OMAP1610 OMAP730 from ARM925t code ------
  *
  *  Copyright (c) 2001	Marius Gröger <mag@sysgo.de>
  *  Copyright (c) 2002	Alex Züpke <azu@sysgo.de>
@@ -36,6 +36,8 @@
 
 #if defined(CONFIG_OMAP1610)
 #include <./configs/omap1510.h>
+#elif defined(CONFIG_OMAP730)
+#include <./configs/omap730.h>
 #endif
 
 /*