Remove unnecessary sample project use of CONTEXT_MONITOR
Revises boot time benchmarking project so it doesn't utilize the CONTEXT_MONITOR capabililty, which is still [EXPERIMENTAL] and thus could result in potentially misleading results. Revises ARM M3/4 ISR installation project, which doesn't actual require the CONTEXT_MONITOR capability. Change-Id: I45d2abe85a0049b0c745652d2e78210c9696016d Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
ab03ec2a62
commit
9d0c28b892
2 changed files with 0 additions and 2 deletions
|
@ -35,7 +35,6 @@ CONFIG_PRINTK=y
|
|||
#
|
||||
CONFIG_BOOT_TIME_MEASUREMENT=y
|
||||
CONFIG_CPU_CLOCK_FREQ_MHZ=20
|
||||
CONFIG_CONTEXT_MONITOR=y
|
||||
|
||||
#
|
||||
# Miscellaneous Kernel Options
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
CONFIG_IRQ_VECTOR_TABLE_CUSTOM=y
|
||||
CONFIG_NUM_IRQS=3
|
||||
CONFIG_GDB_INFO=y
|
||||
CONFIG_CONTEXT_MONITOR=y
|
||||
CONFIG_COMPILER_OPT="-O0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue