summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (from parent 1: bb15b35)
raw | patch | inline | side by side (from parent 1: bb15b35)
author | Sandeep Paulraj <s-paulraj@ti.com> | |
Mon, 18 Jul 2011 20:08:55 +0000 (16:08 -0400) | ||
committer | Sandeep 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>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
src/main/iblmain.c | patch | blob | history |
diff --git a/src/main/iblmain.c b/src/main/iblmain.c
index cbd7a71a51cbd69252de1109267df9809be2be73..cbbcad73c610b897bd8a96300a056200107fefd8 100644 (file)
--- a/src/main/iblmain.c
+++ b/src/main/iblmain.c
}
iblStatus.heartBeat += 1;
}
- else
-#endif
- {
+#else
dip_setting = get_device_switch_setting();
#endif
}
iblStatus.heartBeat += 1;
- }
+#endif
}
} /* main */