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]

=?UTF-8?B?UmVkYm9vdCBGSVMgZGlyZWN0b3J5IGJsb2NrIHBhZGRpbmc=?=


The following patch removes the padding bytes from
RedBoot FIS directory entries. For more info, see
ecos-discuss@sources.redhat.com



--- /opt/ecos/packages/redboot/current/include/fis.h	2002-05-24
01:08:27.000000000 +0200
+++ /opt/ecos-work/packages/redboot/current/include/fis.h	2002-06-18
15:20:47.000000000 +0200
@@ -61,7 +61,6 @@
     unsigned long size;          // Length of image
     CYG_ADDRESS   entry_point;   // Execution entry point
     unsigned long data_length;   // Length of actual data
-    unsigned char _pad[256-(16+4*sizeof(unsigned
long)+3*sizeof(CYG_ADDRESS))];
     unsigned long desc_cksum;    // Checksum over image descriptor
     unsigned long file_cksum;    // Checksum over image data
 };



----------------------------------------------- 
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 



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