From 36017ee4a49e79cff137dba06f0fff7e0eb4011a Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 24 Jun 2009 23:33:33 +0000 Subject: [PATCH] Fix a bug in initial XIP offset git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1942 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index be4af316c5..fdde2880ec 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1487,6 +1487,9 @@ nuttx-0.4.9 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> include paths for Cygwin-based GCC were being converted to windows native paths. That causes many problems -- breaking dependencies for one. + * Fixed an important bug in ROMFS. The initial XIP offset was set + incorrectly so if sector zero was read first, there was a bad read. + I don't know how it worked before. pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>