aboutsummaryrefslogtreecommitdiff
path: root/defaults.mk
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2018-12-13 10:14:56 +0100
committerSandrine Bailleux <sandrine.bailleux@arm.com>2018-12-13 16:07:06 +0100
commit800ecae785510b7cfcfe3a836ca428876869a0ed (patch)
tree8e5c15f8d01ebec18ea6eff4d7f6b9257ffd6567 /defaults.mk
parent750b7cca6af02a35e52eaf012b32f1f11dc18ceb (diff)
downloadtf-a-tests-800ecae785510b7cfcfe3a836ca428876869a0ed.tar.gz
Remove SHELL_COLOR build flag
Now that mp_printf() no longer prints the CPU MPID at the beginning of each string, the SHELL_COLOR build flag has no effect. Change-Id: Ia70c46d21bae9d14ff1177a5dae18f1006d5eed1 Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Diffstat (limited to 'defaults.mk')
-rw-r--r--defaults.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/defaults.mk b/defaults.mk
index 63c1b2e1c..0f7465268 100644
--- a/defaults.mk
+++ b/defaults.mk
@@ -37,9 +37,6 @@ FWU_BL_TEST := 1
# framework should try to resume a previous one if it was interrupted
NEW_TEST_SESSION := 1
-# Use of shell colors
-SHELL_COLOR := 0
-
# Use non volatile memory for storing results
USE_NVM := 0