diff --git a/ChangeLog b/ChangeLog index a1b99fca05..b6002e870d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8417,3 +8417,8 @@ include/nuttx/pthread.h: Fix some conditional compilation in kernel build mode. And, while we are touching this logic, make g_default_pthread_attr const (2014-9-7). + * arch/arm/src/armv7-a/arm_addrenv.c: Correct size comparison (pages vs. + sections) (2014-9-7). + * configs/sama5d4-ek/src/sam_bringup.c and sama5d4-ek.h: Need to call + elf_initialize() on bring-up before attempting to load ELF modules + (2014-9-7).