Description of Problem: Currently both fconfig and FIS directory take an entire FLASH erase block each. On systems where the FLASH block size is large (iPAQ => 0x40000 bytes!), this is tremendously wasteful. It should be possible to combine these data into a single FLASH block. Version-Release number of selected component (if applicable): How Reproducible: Steps to Reproduce: 1. 2. 3. Actual Results: Expected Results: Additional Information:
This is now in place, with the FCONFIG data being positioned at the end of the FIS directory block. Currently this behavior must be selected by CDL (not default).
This bug has moved to http://bugs.ecos.sourceware.org/show_bug.cgi?id=64387