]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blobdiff - src/main/iblmain.c
NAND GPIO ndelay loop update
[keystone-rtos/ibl.git] / src / main / iblmain.c
index 49c637a48b10db511ea595a4b456d7879ff801f7..e7ef5c55e2444eedf7bfd784bf468ce2b753747e 100755 (executable)
@@ -246,7 +246,9 @@ void main (void)
     iblStatus.iblVersion = ibl_VERSION;
 
     /* Init UART */
-     uart_init();
+    uart_init();
+    uart_write_string("", 0);
+    uart_write_string("IBL version: "ibl_VERSION_STR, 0);
 
     /* Power up the timer */
     devicePowerPeriph (TARGET_PWR_TIMER_0);