Update version of EALib.

Dependencies:   FATFileSystem

Fork of EALib by IONX

Branch:
mbed2
Revision:
26:8176ca645f43
Parent:
24:aba394685794
diff -r 73716fd18438 -r 8176ca645f43 sdram.cpp
--- a/sdram.cpp	Tue Dec 05 11:23:12 2017 -0500
+++ b/sdram.cpp	Tue Dec 05 12:12:33 2017 -0500
@@ -77,7 +77,7 @@
     return 0x3000; // Reserve 0x3000 bytes of the IRAM for the stack
   }
 
-#elif defined(TOOLCHAIN_GCC_ARM) || defined(TOOLCHAIN_GCC_CR) /* CodeRed's RedSuite or LPCXpresso/MCUXpresso IDE */
+#elif defined(TOOLCHAIN_GCC_CR) /* CodeRed's RedSuite or LPCXpresso IDE */
   
   // NOTE: This way of overriding the implementation of malloc in NEWLIB
   //       will prevent the internal RAM from being used by malloc as