]> git.sur5r.net Git - u-boot/blobdiff - common/env_nvram.c
Add support for ymodem protocol (loady command).
[u-boot] / common / env_nvram.c
index 2c831d14d774b63a3609dfab8a9c466cfe2055f9..a406e427a24e871f9ace82901483b434afd58272 100644 (file)
@@ -47,7 +47,6 @@
 #include <command.h>
 #include <environment.h>
 #include <linux/stddef.h>
-#include <malloc.h>
 
 #ifdef CFG_NVRAM_ACCESS_ROUTINE
 extern void *nvram_read(void *dest, const long src, size_t count);