summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--docs/user-guide.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e296db4..1a737fb 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ PLAT := ${DEFAULT_PLAT}
# Base commit to perform code check on
BASE_COMMIT := origin/master
# Use non volatile memory for storing results
-USE_NVM := 1
+USE_NVM := 0
# Whether a new test session should be started every time or whether the
# framework should try to resume a previous one if it was interrupted
NEW_TEST_SESSION := 1
diff --git a/docs/user-guide.md b/docs/user-guide.md
index df80778..cef80c2 100644
--- a/docs/user-guide.md
+++ b/docs/user-guide.md
@@ -148,7 +148,7 @@ performed.
* `USE_NVM`: Used to select the location of test results. It can take either
0 (RAM) or 1 (Secondary memory like flash) as test results storage. Default
- value is 1.
+ value is 0, as writing to the flash significantly slows tests down.
* `FIRMWARE_UPDATE`: Whether the Firmware Update non-secure images (i.e.
`NS_BL1U` and `NS_BL2U` images) should be built. The default value is 0. The