unsuitable default value for option
Koeller, T.
Thomas.Koeller@baslerweb.com
Tue Mar 25 15:44:00 GMT 2003
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.koeller@baslerweb.com>
+
+ * cdl/io_flash.cdl: Changed default value for
+ CYGNUM_IO_FLASH_BLOCK_OFFSET_1 to 0x0.
+
2003-03-19 Thomas Koeller <thomas.koeller@baslerweb.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.Koeller@baslerweb.com
http://www.baslerweb.com
More information about the Ecos-patches
mailing list