Diff between 35bc544622d75108487096af0b2ea423ab648a8a and 45468bb6d8cf94eaf8bff9dda7072148cee9e65d

Changed Files

File Additions Deletions Status
tools/hex2hcd.c +0 -1 modified

Full Patch

diff --git a/tools/hex2hcd.c b/tools/hex2hcd.c
index e8224b5..57e75f6 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;