This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ATLAS - fix conflict in startup requirements


Applied to trunk.

Awaiting approval for V2 branch.


Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/mips/atlas/current/ChangeLog,v
retrieving revision 1.10
diff -u -5 -r1.10 ChangeLog
--- ChangeLog	29 Apr 2003 17:43:16 -0000	1.10
+++ ChangeLog	8 May 2003 17:20:54 -0000
@@ -1,5 +1,10 @@
+2003-05-08  Nick Garnett  <nickg@balti.calivar.com>
+
+	* cdl/hal_mips_atlas.cdl: Change default_value of
+	CYGSEM_HAL_ROM_MONITOR to zero.
+
 2003-04-29  Nick Garnett  <nickg@balti.calivar.com>
 
 	* cdl/hal_mips_atlas.cdl: Changed default startup from ROM to
 	RAM.
 	Also fixed component description.
Index: cdl/hal_mips_atlas.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/mips/atlas/current/cdl/hal_mips_atlas.cdl,v
retrieving revision 1.7
diff -u -5 -r1.7 hal_mips_atlas.cdl
--- cdl/hal_mips_atlas.cdl	29 Apr 2003 17:43:17 -0000	1.7
+++ cdl/hal_mips_atlas.cdl	8 May 2003 17:20:54 -0000
@@ -275,11 +275,11 @@
     }
 
     cdl_option CYGSEM_HAL_ROM_MONITOR {
         display       "Behave as a ROM monitor"
         flavor        bool
-        default_value 1
+        default_value 0
         parent        CYGPKG_HAL_ROM_MONITOR
         requires      { CYG_HAL_STARTUP == "ROM" }
         description   "
             Enable this option if this program is to be used as a ROM monitor,
             i.e. applications will be loaded into RAM on the board, and this


-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]