Mercurial > ecos-v2_0-branch
changeset 821:f0c112ff8837 ecos-v2_0-release
* cdl/hal_mips_atlas.cdl: Change default_value of
CYGSEM_HAL_ROM_MONITOR to zero.
| author | nickg |
|---|---|
| date | Thu, 08 May 2003 17:42:17 +0000 |
| parents | 6b1f8952eeec |
| children | 2d4c5d464ded |
| files | packages/hal/mips/atlas/current/ChangeLog packages/hal/mips/atlas/current/cdl/hal_mips_atlas.cdl |
| diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/mips/atlas/current/ChangeLog +++ b/packages/hal/mips/atlas/current/ChangeLog @@ -1,3 +1,8 @@ +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
--- a/packages/hal/mips/atlas/current/cdl/hal_mips_atlas.cdl +++ b/packages/hal/mips/atlas/current/cdl/hal_mips_atlas.cdl @@ -277,7 +277,7 @@ cdl_package CYGPKG_HAL_MIPS_ATLAS { 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 "
