From 45468bb6d8cf94eaf8bff9dda7072148cee9e65d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 24 Jan 2015 07:06:49 +0100 Subject: [PATCH] tools: Remove unneeded debug line with address information --- tools/hex2hcd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/hex2hcd.c b/tools/hex2hcd.c index e8224b543..57e75f629 100644 --- a/tools/hex2hcd.c +++ b/tools/hex2hcd.c @@ -92,7 +92,6 @@ static ssize_t process_record(int fd, const char *line, uint16_t *upper_addr) switch (buf[6]) { case 0x00: addr = (*upper_addr << 16) + (buf[4] << 8) + buf[5]; - printf("address 0x%08x: %d\n", addr, n); buf[0] = 0x4c; buf[1] = 0xfc; -- 2.47.3