summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/mkspl-x1000.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/mkspl-x1000.c b/tools/mkspl-x1000.c
index e27fe8e25b..1754681d41 100644
--- a/tools/mkspl-x1000.c
+++ b/tools/mkspl-x1000.c
@@ -136,7 +136,6 @@ void do_flash(const uint8_t* spl_code,
136 uint8_t hdr_buf[SPL_HEADER_SIZE]; 136 uint8_t hdr_buf[SPL_HEADER_SIZE];
137 memset(hdr_buf, 0, SPL_HEADER_SIZE); 137 memset(hdr_buf, 0, SPL_HEADER_SIZE);
138 memcpy(hdr_buf, &sig, sizeof(sig)); 138 memcpy(hdr_buf, &sig, sizeof(sig));
139 hdr_buf[sizeof(sig)] = 1; /* ??? used in the FiiO M3K */
140 139
141 /* create null key */ 140 /* create null key */
142 uint8_t null_key[SPL_KEY_SIZE]; 141 uint8_t null_key[SPL_KEY_SIZE];