dtc: Remove leftover debugging printf() from mangle-layout

The mangle-layout testcase/utility had a leftover debugging printf().
This patch removes it.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
main
David Gibson 2007-10-30 13:17:15 +11:00 committed by Jon Loeliger
parent 7b3fb789d2
commit 7e14259791
1 changed files with 0 additions and 2 deletions

View File

@ -96,8 +96,6 @@ void add_block(struct bufstate *buf, int version, char block, const void *fdt)
}

offset = ALIGN(buf->size, align);
fprintf(stderr, "Moving block %c from %p, to offset %d, size %d\n",
block, src, offset, size);

expand_buf(buf, offset+size);