Update version of EALib.

Dependencies:   FATFileSystem

Fork of EALib by IONX

Revision:
24:aba394685794
Parent:
12:15597e45eea0
Child:
26:8176ca645f43
--- a/sdram.cpp	Thu Nov 16 11:07:30 2017 -0500
+++ b/sdram.cpp	Fri Dec 01 11:21:40 2017 -0500
@@ -77,7 +77,7 @@
     return 0x3000; // Reserve 0x3000 bytes of the IRAM for the stack
   }
 
-#elif defined(TOOLCHAIN_GCC_CR) /* CodeRed's RedSuite or LPCXpresso IDE */
+#elif defined(TOOLCHAIN_GCC_ARM) || defined(TOOLCHAIN_GCC_CR) /* CodeRed's RedSuite or LPCXpresso/MCUXpresso IDE */
   
   // NOTE: This way of overriding the implementation of malloc in NEWLIB
   //       will prevent the internal RAM from being used by malloc as