From a1ef2c1ed51e2ee0c84bebdb80e84de9f7b7c455 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 25 Jun 2009 23:50:19 +0000 Subject: [PATCH] update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1957 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9d17fa4b79..c0e2a2e9a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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)