mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
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>
This commit is contained in:
parent
7b3fb789d2
commit
7e14259791
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue