]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - tools/img2srec.c
ARM: k2g: Add pinmux data for QSPI on K2G ICE
[people/ms/u-boot.git] / tools / img2srec.c
index ec769640239856480b110b1003fcbd93e8663fa4..75efd76e0e3fe9758b83fc1946729fd2c122ab05 100644 (file)
@@ -112,7 +112,7 @@ static char* ExtractDecimal (uint32_t* value,  char* getPtr)
 
 static void ExtractNumber (uint32_t* value,  char* getPtr)
 {
-  bool  neg = false;;
+  bool  neg = false;
 
   while (*getPtr == ' ') getPtr++;
   if (*getPtr == '-') {