From 09d2be11a1bd94ca46a04dd0b25cd94d5abf62c5 Mon Sep 17 00:00:00 2001 From: Daniel Boulby Date: Wed, 19 Sep 2018 13:55:47 +0100 Subject: console: Port Multi Console driver to AArch32 The old driver is now in deprecated_console.S, in a similar way to the AArch64 driver. Change-Id: Ib57209c322576c451d466d7406a94adbf01ab8fd Signed-off-by: Daniel Boulby --- Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9dc8a422..5aa8db96 100644 --- a/Makefile +++ b/Makefile @@ -416,12 +416,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") -- cgit v1.2.3