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
parent
7b3fb789d2
commit
7e14259791
tests
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue