]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/commitdiff
Modification to IBL main function
authorSandeep Paulraj <s-paulraj@ti.com>
Mon, 18 Jul 2011 20:08:55 +0000 (16:08 -0400)
committerSandeep Paulraj <s-paulraj@ti.com>
Mon, 18 Jul 2011 20:08:55 +0000 (16:08 -0400)
Modification was required to add c64x multi boot support

Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
src/main/iblmain.c

index cbd7a71a51cbd69252de1109267df9809be2be73..cbbcad73c610b897bd8a96300a056200107fefd8 100644 (file)
@@ -341,9 +341,7 @@ void main (void)
             }
             iblStatus.heartBeat += 1;
         }
             }
             iblStatus.heartBeat += 1;
         }
-        else
-#endif
-        {
+#else
 
        dip_setting = get_device_switch_setting();
        
 
        dip_setting = get_device_switch_setting();
        
@@ -371,7 +369,7 @@ void main (void)
 #endif
        }
        iblStatus.heartBeat += 1;
 #endif
        }
        iblStatus.heartBeat += 1;
-       }
+#endif
 
     }
 } /* main */
 
     }
 } /* main */