remove debug message

This commit is contained in:
Ralph Metzler 2017-02-09 10:12:33 +01:00
parent 4bfdb11762
commit 1984377f72
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ static int flash_detect(struct ddflash *ddf)
}
if (ddf->sector_size) {
ddf->buffer = malloc(ddf->sector_size);
printf("allocated buffer %08x@%08x\n", ddf->sector_size, (uint32_t) ddf->buffer);
//printf("allocated buffer %08x@%08x\n", ddf->sector_size, (uint32_t) ddf->buffer);
if (!ddf->buffer)
return -1;
}