]> git.sur5r.net Git - u-boot/blobdiff - common/env_dataflash.c
ColdFire 54455: Fix correct boot location for atmel and intel
[u-boot] / common / env_dataflash.c
index 8bfbbc943e138c968a6d79110690a605f18c2cbb..93fff29b05a4a6dda262fddbee115467495eae0a 100644 (file)
 #include <command.h>
 #include <environment.h>
 #include <linux/stddef.h>
-#include <malloc.h>
 #include <dataflash.h>
 
+DECLARE_GLOBAL_DATA_PTR;
+
 env_t *env_ptr = NULL;
 
 char * env_name_spec = "dataflash";
@@ -69,8 +70,6 @@ int i;
  */
 int env_init(void)
 {
-       DECLARE_GLOBAL_DATA_PTR;
-
        ulong crc, len, new;
        unsigned off;
        uchar buf[64];