From 339d60525e7b54cee26c4020d82d1d266ea21d5d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 26 May 2015 07:42:24 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 142279387c..120d07d076 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10429,4 +10429,7 @@ by Alan Carvalho de Assis (2015-05-23). * configs/teensy-2.0: Rename configs/teensy so that it is clearly distinguished from teensy-lc and teensy-3.1 (2015-05-15). + * include/nuttx/mtd/mtd.h: Increase the size of the fields in the + geometry structure (again) to support larger FLASH sizes. Needed + by Sébastien Lorquet (2015-05-26).