[rtems-testing commit] rtems/bit_rtems: Enable SIMSPARC_FAST_IDLE
Sebastian Huber
sebh at rtems.org
Thu Sep 3 05:10:36 UTC 2015
Module: rtems-testing
Branch: master
Commit: ce551d27776e7c5fe20b1623a8c04e78de8f3099
Changeset: http://git.rtems.org/rtems-testing/commit/?id=ce551d27776e7c5fe20b1623a8c04e78de8f3099
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri May 31 15:24:39 2013 +0200
rtems/bit_rtems: Enable SIMSPARC_FAST_IDLE
---
rtems/bit_rtems | 1 +
1 file changed, 1 insertion(+)
diff --git a/rtems/bit_rtems b/rtems/bit_rtems
index 4edca98..49151d4 100755
--- a/rtems/bit_rtems
+++ b/rtems/bit_rtems
@@ -135,6 +135,7 @@ if [ x${BSP_TO_TEST} != x ] ; then
# ;;
pc386) ENABLE_BSP="--enable-rtemsbsp=pc386 BSP_VIDEO_80x50=1" ;;
# sis) ENABLE_BSP="${ENABLE_BSP} CONSOLE_USE_INTERRUPTS=1" ;;
+ sis) ENABLE_BSP="${ENABLE_BSP} SIMSPARC_FAST_IDLE=1" ;;
*) ENABLE_BSP=--enable-rtemsbsp="${BSP_TO_TEST}" ;;
esac
More information about the vc
mailing list