aboutsummaryrefslogtreecommitdiffstats
path: root/plat/rpi3/platform.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plat/rpi3/platform.mk')
-rw-r--r--plat/rpi3/platform.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/plat/rpi3/platform.mk b/plat/rpi3/platform.mk
index ca638d591..f238cd61d 100644
--- a/plat/rpi3/platform.mk
+++ b/plat/rpi3/platform.mk
@@ -102,9 +102,6 @@ SEPARATE_CODE_AND_RODATA := 1
# Use Coherent memory
USE_COHERENT_MEM := 1
-# Use multi console API
-MULTI_CONSOLE_API := 1
-
# Platform build flags
# --------------------
@@ -152,10 +149,6 @@ ifneq (${RPI3_DIRECT_LINUX_BOOT}, 0)
endif
endif
-ifneq (${MULTI_CONSOLE_API}, 1)
- $(error Error: rpi3 needs MULTI_CONSOLE_API=1)
-endif
-
ifneq (${RESET_TO_BL31}, 0)
$(error Error: rpi3 needs RESET_TO_BL31=0)
endif