Remove MULTI_CONSOLE_API flag and references to it
[project/bcm63xx/atf.git] / plat / meson / gxl / platform.mk
index ea4aead72e6fc9ea590977da9badc3f5ad04616c..a788e96393d0fca046d721762b347acb624230de 100644 (file)
@@ -62,16 +62,9 @@ SEPARATE_CODE_AND_RODATA     := 1
 # Use Coherent memory
 USE_COHERENT_MEM               := 1
 
-# Use multi console API
-MULTI_CONSOLE_API              := 1
-
 # Verify build config
 # -------------------
 
-ifneq (${MULTI_CONSOLE_API}, 1)
-  $(error Error: gxl needs MULTI_CONSOLE_API=1)
-endif
-
 ifneq (${RESET_TO_BL31}, 0)
   $(error Error: gxl needs RESET_TO_BL31=0)
 endif