changeset 2927:afbc895760f0

* cdl/ser_loop.cdl: Remove irrelevant testing parameters which prevent the loading of this package in the presence of other serial device drivers.
author jld
date Sun, 18 Oct 2009 08:33:41 +0000
parents a7719f548c95
children db5a88df4ce9
files packages/devs/serial/loop/current/ChangeLog packages/devs/serial/loop/current/cdl/ser_loop.cdl
diffstat 2 files changed, 8 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/packages/devs/serial/loop/current/ChangeLog
+++ b/packages/devs/serial/loop/current/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-09  John Dallaway  <john@dallaway.org.uk>
+
+	* cdl/ser_loop.cdl: Remove irrelevant testing parameters which
+	prevent the loading of this package in the presence of other serial
+	device drivers.
+
 2003-02-24  Jonathan Larmour  <jifl@eCosCentric.com>
 
 	* cdl/ser_loop.cdl: Remove irrelevant doc link.
@@ -26,7 +32,7 @@ 2000-06-15  Nick Garnett  <nickg@cygnus.
 // ####GPLCOPYRIGHTBEGIN####                                                
 // -------------------------------------------                              
 // This file is part of eCos, the Embedded Configurable Operating System.   
-// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
 //
 // This program is free software; you can redistribute it and/or modify     
 // it under the terms of the GNU General Public License as published by     
--- a/packages/devs/serial/loop/current/cdl/ser_loop.cdl
+++ b/packages/devs/serial/loop/current/cdl/ser_loop.cdl
@@ -8,7 +8,7 @@
 ## ####ECOSGPLCOPYRIGHTBEGIN####                                            
 ## -------------------------------------------                              
 ## This file is part of eCos, the Embedded Configurable Operating System.   
-## Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
 ##
 ## eCos is free software; you can redistribute it and/or modify it under    
 ## the terms of the GNU General Public License as published by the Free     
@@ -183,24 +183,6 @@ cdl_package CYGPKG_IO_SERIAL_LOOP {
                 removed from the set of global flags if present."
         }
     }
-
-    cdl_component CYGPKG_IO_SERIAL_LOOP_TESTING {
-        display    "Testing parameters"
-        flavor     bool
-        calculated 1
-        active_if  CYGPKG_IO_SERIAL_LOOP_SERIAL0
-
-        cdl_option CYGPRI_SER_TEST_SER_DEV {
-            display       "Serial device used for testing"
-            flavor        data
-            default_value { CYGDAT_IO_SERIAL_LOOP_SERIAL1_NAME }
-        }
-
-        define_proc {
-            puts $::cdl_header "#define CYGPRI_SER_TEST_CRASH_ID \"loop\""
-            puts $::cdl_header "#define CYGPRI_SER_TEST_TTY_DEV  \"/dev/tty0\""
-        }
-    }
 }
 
 # EOF ser_loop.cdl