9
0
Fork 0
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1957 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2009-06-25 23:50:19 +00:00
parent 937208126f
commit 9e0c577be7
1 changed files with 3 additions and 0 deletions

View File

@ -798,6 +798,9 @@
* 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.
* arch/arm/src/common/up_use_stack.c. Fixed a fatal stack setup error.
This file has been around for a long time, but I don't think it has
every been used before (i.e., prior to the NXFLAT logic)