aboutsummaryrefslogtreecommitdiff
path: root/make_helpers
diff options
context:
space:
mode:
authorAmbroise Vincent <ambroise.vincent@arm.com>2019-03-27 10:22:10 +0000
committerAmbroise Vincent <ambroise.vincent@arm.com>2019-06-26 10:52:23 +0100
commit51e24ec2c6f4d72df50cf62766311f3773d4e117 (patch)
tree786e1b23e470805b83400b41696c5343d16bdc87 /make_helpers
parente9e74aa4c8b06d40c7fd300d9dd0e668f25f2b6e (diff)
downloadtrusted-firmware-a-51e24ec2c6f4d72df50cf62766311f3773d4e117.tar.gz
Console: removed legacy console API
This interface has been deprecated in favour of MULTI_CONSOLE_API. Change-Id: I6170c1c8c74a890e5bd6d05396743fe62024a08a Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
Diffstat (limited to 'make_helpers')
-rw-r--r--make_helpers/defaults.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_helpers/defaults.mk b/make_helpers/defaults.mk
index 6becf80864..1d3a7265be 100644
--- a/make_helpers/defaults.mk
+++ b/make_helpers/defaults.mk
@@ -138,7 +138,7 @@ KEY_ALG := rsa
# Enable use of the console API allowing multiple consoles to be registered
# at the same time.
-MULTI_CONSOLE_API := 0
+MULTI_CONSOLE_API := 1
# NS timer register save and restore
NS_TIMER_SWITCH := 0