]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/env_nvram.c
Convert mcc200 to use common CFI flash driver
[karo-tx-uboot.git] / common / env_nvram.c
index 76e84383d51aa4be81f5999ee4a929f9f4066503..a406e427a24e871f9ace82901483b434afd58272 100644 (file)
@@ -46,9 +46,7 @@
 
 #include <command.h>
 #include <environment.h>
-#include <cmd_nvedit.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);