benchmarks: boot_time: Disable userspace for benchmarks
Disable userspace for benchmarks because it changes the KPI numbers. It will be re-enabled once the required code is in place. Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
This commit is contained in:
parent
a5988f811a
commit
e8626d71ac
|
@ -3,3 +3,7 @@ CONFIG_PERFORMANCE_METRICS=y
|
|||
CONFIG_BOOT_TIME_MEASUREMENT=y
|
||||
CONFIG_TEST_RANDOM_GENERATOR=y
|
||||
CONFIG_FORCE_NO_ASSERT=y
|
||||
|
||||
#Disable Userspace
|
||||
CONFIG_TEST_USERSPACE=n
|
||||
CONFIG_TEST_HW_STACK_PROTECTION=n
|
||||
|
|
Loading…
Reference in New Issue