This is the mail archive of the ecos-patches@sourceware.org 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]

Redboot small block fix and compilation fix


Hi Folks

The attached patch to redboot fixes two issues:

fis_update_directory() used the size of a flash block when
reading/writing instead of the size of the configuration
information. This causes problems with devices which have small blocks
and a number of blocks are being used to hold the FIS directory.

fis unlock and fis lock would not compile when the FIS directory is
disabled because the function to lookup a name does not exist.

        Andrew

Attachment: redboot.diff
Description: Text document


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