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]

unsuitable default value for option


Hi,

the default value for CYGNUM_IO_FLASH_BLOCK_OFFSET_1 in
io/flash/current/cdl/io_flash.cdl (0x100000) is not really
appropriate. Better set it to zero.

tk

diff -ru io_orig/flash/current/ChangeLog io/flash/current/ChangeLog
--- io_orig/flash/current/ChangeLog	Tue Mar 25 16:34:02 2003
+++ io/flash/current/ChangeLog	Tue Mar 25 16:37:35 2003
@@ -1,3 +1,8 @@
+2003-03-25  Thomas Koeller <thomas dot koeller at baslerweb dot com>
+
+	* cdl/io_flash.cdl: Changed default value for
+        CYGNUM_IO_FLASH_BLOCK_OFFSET_1 to 0x0.
+
 2003-03-19  Thomas Koeller <thomas dot koeller at baslerweb dot com>
 
 	* src/flashiodev.c: Fixed trivial error.
diff -ru io_orig/flash/current/cdl/io_flash.cdl
io/flash/current/cdl/io_flash.cdl
--- io_orig/flash/current/cdl/io_flash.cdl	Tue Mar 25 16:34:02 2003
+++ io/flash/current/cdl/io_flash.cdl	Tue Mar 25 16:35:27 2003
@@ -153,12 +153,12 @@
 				cdl_option CYGNUM_IO_FLASH_BLOCK_OFFSET_1 {
 					display         "Start offset from
flash base"
 					flavor          data
-					default_value   0x100000
+					default_value   0x0
 					description     "
 						This gives the offset from
the base of flash which this
 						block device corresponds
to."
 					}
-					cdl_option
CYGNUM_IO_FLASH_BLOCK_LENGTH_1 {
+				cdl_option CYGNUM_IO_FLASH_BLOCK_LENGTH_1 {
 					display         "Length"
 					flavor          data
 					default_value   0x100000


----------------------------------------------- 
Thomas Koeller, Software Development 

Basler Vision Technologies 
An der Strusbek 60-62 
22926 Ahrensburg 
Germany 

Tel +49 (4102) 463-390 
Fax +49 (4102) 463-46390

mailto:Thomas dot Koeller at baslerweb dot com 
http://www.baslerweb.com 



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