]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/sbl.git/commitdiff
PRSDK-3672: Corrected the print statement
authorPratap Reddy <x0257344@ti.com>
Thu, 15 Mar 2018 22:24:54 +0000 (03:54 +0530)
committerPratap Reddy <x0257344@ti.com>
Thu, 15 Mar 2018 22:24:54 +0000 (03:54 +0530)
 - Corrected the OMAPL138 MMCSD flash writer print statement. It is wrongly
   displayed as SPI flash writer.

tools/flashWriter/mmcsd/src/sbl_mmcsd_writer.c

index 4642e9324ac35178e9b86e4fb2fbfdac662ad345..6a833c936b436678827ca19812ac4f0d048f1c85 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
+ * Copyright (C) 2017-2018 Texas Instruments Incorporated - http://www.ti.com/
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -203,7 +203,7 @@ int main(void)
     }
     else
     {
-        UART_printf("\n*** PDK SPI Flash Writer ***\n");
+        UART_printf("\n*** PDK MMCSD Flash Writer ***\n");
     }
 
     UART_printf("Opening MMCSD handle...\n");