]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/mcsdk-tools.git/commitdiff
updated the writers for SDOCM00083051
authorAravind Batni <aravindbr@ti.com>
Wed, 3 Aug 2011 20:30:17 +0000 (16:30 -0400)
committerHao Zhang <hzhang@ti.com>
Thu, 4 Aug 2011 18:07:49 +0000 (14:07 -0400)
writer/eeprom/src/eepromwriter.c
writer/nand/src/nandwriter.c
writer/nor/src/norwriter.c

index 932340bc41717be024f2c51f2a5d51b5b8e0bf8a..e052e256faca0b0d8a83d249154e71e4bc6fb00b 100644 (file)
@@ -48,7 +48,8 @@
 #include "types.h"
 
 /* EEPROM writer utility version */
-char version[] = "01.00.00.03";
+char version[] = "01.00.00.04"; /* Updates for SDOCM00083051 fix*/
+
 
 /* The input file name is hard coded */
 char *input_file = "eepromwriter_input.txt";
@@ -330,7 +331,7 @@ parse_input_file
 )
 {
     char line[MAX_LINE_LENGTH];
-    char tokens[] = " :=;\n";
+    char tokens[] = " :=;\n\r";
     char *key, *data;
 
     memset(line, 0, MAX_LINE_LENGTH);
index 1bd3bede5c92a127f9ad11bd5a0ac71defcd07a6..82e48c2207a329097ef21da7368549cf4bd04379 100644 (file)
@@ -47,7 +47,7 @@
 #include "types.h"
 
 /* NAND writer utility version */
-char version[] = "01.00.00.03";
+char version[] = "01.00.00.04"; /* Updates for SDOCM00083051 fix*/
 
 /* The input file name is hard coded */
 char *input_file = "nand_writer_input.txt";
@@ -397,7 +397,7 @@ parse_input_file
 )
 {
     char line[MAX_LINE_LENGTH];
-    char tokens[] = " :=;\n";
+    char tokens[] = " :=;\n\r";
     char *key, *data;
 
     memset(line, 0, MAX_LINE_LENGTH);
index 485453fd1bd34fe9ef90bc3012a73a2c558cc8fe..9e7f535bc3f8f648a0223b7282f6a2015311003e 100644 (file)
@@ -47,7 +47,7 @@
 #include "types.h"
 
 /* NOR writer utility version */
-char version[] = "01.00.00.02";
+char version[] = "01.00.00.03"; /* Updates for SDOCM00083051 fix*/
 
 /* The input file name is hard coded */
 char *input_file = "nor_writer_input.txt";
@@ -304,7 +304,7 @@ parse_input_file
 )
 {
     char line[MAX_LINE_LENGTH];
-    char tokens[] = " :=;\n";
+    char tokens[] = " :=;\n\r";
     char *key, *data;
 
     memset(line, 0, MAX_LINE_LENGTH);