]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/mcsdk-tools.git/blobdiff - writer/nor/src/norwriter.c
Updated with 2.0.9 projects
[keystone-rtos/mcsdk-tools.git] / writer / nor / src / norwriter.c
index 271b4bcb1fd15d7763c14dfee42a3f4535d63a5c..e095030e1c6dc84ffa3b6de66ef5d64d449f5b5e 100644 (file)
@@ -439,8 +439,11 @@ void main ()
         print_platform_errno();
         return;
     }
-
+#if !(defined(_EVMC6657L_))
     p_device = platform_device_open(PLATFORM_DEVID_NORN25Q128, 0);
+#else
+    p_device = platform_device_open(PLATFORM_DEVID_NORN25Q032A, 0);
+#endif
     if (p_device == NULL)
     {
         printf ("NOR device open failed!\n");