summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitris Papastamos <dimitris.papastamos@arm.com>2018-10-04 16:43:39 +0100
committerGitHub <noreply@github.com>2018-10-04 16:43:39 +0100
commit200006df540fe2137f9779a00a54e5a2bc22163f (patch)
tree1890f14b1170ecff6879b5503096c3f8541c1e79 /Makefile
parent756fac649b31cf2c06c753adf3bebfc9d8644b60 (diff)
parentb3476d055ebd16fb21cb50d8a22361932b07694d (diff)
Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_Console
Enable Multi Console API in AArch32
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index d487eae7..16c10392 100644
--- a/Makefile
+++ b/Makefile
@@ -396,12 +396,6 @@ ifeq ($(HW_ASSISTED_COHERENCY)-$(USE_COHERENT_MEM),1-1)
$(error USE_COHERENT_MEM cannot be enabled with HW_ASSISTED_COHERENCY)
endif
-ifneq ($(MULTI_CONSOLE_API), 0)
- ifeq (${ARCH},aarch32)
- $(error "Error: MULTI_CONSOLE_API is not supported for AArch32")
- endif
-endif
-
#For now, BL2_IN_XIP_MEM is only supported when BL2_AT_EL3 is 1.
ifeq ($(BL2_AT_EL3)-$(BL2_IN_XIP_MEM),0-1)
$(error "BL2_IN_XIP_MEM is only supported when BL2_AT_EL3 is enabled")