summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-05-01 11:09:03 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-05-01 11:09:24 -0500
commit4f740d3cac96a4b678d57be418c8ded7584bb51c (patch)
tree77518b78632c65f75db8f05bca8ff1a916c5f342
parentschedsim/shell/shared/Makefile.am: Add POSIX includes (diff)
downloadrtems-schedsim-4f740d3cac96a4b678d57be418c8ded7584bb51c.tar.bz2
schedsim/shell/schedsim_smpsimple/config.c: Disable use of bsp.h
-rw-r--r--schedsim/shell/schedsim_smpsimple/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/schedsim/shell/schedsim_smpsimple/config.c b/schedsim/shell/schedsim_smpsimple/config.c
index 4102054..fdbf99f 100644
--- a/schedsim/shell/schedsim_smpsimple/config.c
+++ b/schedsim/shell/schedsim_smpsimple/config.c
@@ -11,5 +11,6 @@
#define CONFIGURE_SMP_APPLICATION
#define CONFIGURE_SMP_MAXIMUM_PROCESSORS 4
+#define CONFIGURE_DISABLE_BSP_SETTINGS
#include <rtems/confdefs.h>