]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/dfu/dfu.c
dfu: Delete superfluous initialization of the dfu_buf_size static variable
[karo-tx-uboot.git] / drivers / dfu / dfu.c
index 675162d927d8863a96952f407c0fced396e9c48c..2267dbfb5183279d3e94e3a534eca8f3590af8f7 100644 (file)
@@ -76,7 +76,7 @@ int dfu_init_env_entities(char *interface, char *devstr)
 }
 
 static unsigned char *dfu_buf;
-static unsigned long dfu_buf_size = CONFIG_SYS_DFU_DATA_BUF_SIZE;
+static unsigned long dfu_buf_size;
 
 unsigned char *dfu_free_buf(void)
 {