]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blobdiff - src/main/iblinit.c
Corrected merge for 6657 ibl
[keystone-rtos/ibl.git] / src / main / iblinit.c
index 18d23c2403f46ed5725ede85765b6c74367d1cd2..cfe60fa2d4d423bfea660bc5458253d7b97e1ffc 100644 (file)
@@ -458,7 +458,10 @@ void main (void)
     iblStatus.iblVersion   = ibl_VERSION;
     iblStatus.activeDevice = ibl_ACTIVE_DEVICE_I2C;
 
     iblStatus.iblVersion   = ibl_VERSION;
     iblStatus.activeDevice = ibl_ACTIVE_DEVICE_I2C;
 
-
+#ifdef C665x
+     /*Set GPIO as SPI,UART*/
+    configureGPIO();
+#endif
     /* Determine the boot device to read from */
     bootDevice = deviceReadBootDevice();
 
     /* Determine the boot device to read from */
     bootDevice = deviceReadBootDevice();