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]

Re: RedBoot patch to fix "fis list"


On Fri, Jun 01, 2007 at 01:44:05PM +0200, Hans Rosenfeld wrote:
> The "fis list" command will not display the first directory entry if it
> happens to start at address 0. The attached patch fixes this.

Thanks. I included this ChangeLog. Please provide one of your own next
time.

        Andrew

Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/redboot/current/ChangeLog,v
retrieving revision 1.253
diff -u -r1.253 ChangeLog
--- ChangeLog   11 Apr 2007 13:49:22 -0000      1.253
+++ ChangeLog   2 Jun 2007 17:48:43 -0000
@@ -1,3 +1,8 @@
+2007-06-02  Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
+
+       * src/flash.c: (fis_list): fis list will now list an image
+       which happens to start at address 0.
+
 2007-04-11  Gary Thomas  <gary@mlbassoc.com>
 2007-04-11  Jonathan Larmour  <jifl@eCosCentric.com>
 


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