diff --git a/ChangeLog b/ChangeLog index 9d17fa4b7992b6cc608bc44ddc0b9d45e1e5ccbe..c0e2a2e9a0bc6c140b00cd5a72f6d60aa31c2cc6 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)