From e7d23bf498b0b427146815a60317d00fedf2de83 Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Mon, 24 Sep 2018 17:14:53 +0100 Subject: [PATCH] allwinner: Remove references to removed build flags Change-Id: I206478597dd9855d3fe1577e7e2c0fe6d2af1cc5 Tested-by: Andre Przywara Signed-off-by: Antonio Nino Diaz --- plat/allwinner/sun50i_a64/platform.mk | 6 ------ plat/allwinner/sun50i_h6/platform.mk | 6 ------ 2 files changed, 12 deletions(-) diff --git a/plat/allwinner/sun50i_a64/platform.mk b/plat/allwinner/sun50i_a64/platform.mk index e2868afd2..221665471 100644 --- a/plat/allwinner/sun50i_a64/platform.mk +++ b/plat/allwinner/sun50i_a64/platform.mk @@ -42,14 +42,8 @@ ERRATA_A53_835769 := 1 ERRATA_A53_843419 := 1 ERRATA_A53_855873 := 1 -# Disable the PSCI platform compatibility layer. -ENABLE_PLAT_COMPAT := 0 - MULTI_CONSOLE_API := 1 -# Prohibit using deprecated interfaces. We rely on this for this platform. -ERROR_DEPRECATED := 1 - # The reset vector can be changed for each CPU. PROGRAMMABLE_RESET_ADDRESS := 1 diff --git a/plat/allwinner/sun50i_h6/platform.mk b/plat/allwinner/sun50i_h6/platform.mk index 909870206..4fb8986d6 100644 --- a/plat/allwinner/sun50i_h6/platform.mk +++ b/plat/allwinner/sun50i_h6/platform.mk @@ -44,14 +44,8 @@ ERRATA_A53_835769 := 1 ERRATA_A53_843419 := 1 ERRATA_A53_855873 := 1 -# Disable the PSCI platform compatibility layer. -ENABLE_PLAT_COMPAT := 0 - MULTI_CONSOLE_API := 1 -# Prohibit using deprecated interfaces. We rely on this for this platform. -ERROR_DEPRECATED := 1 - # The reset vector can be changed for each CPU. PROGRAMMABLE_RESET_ADDRESS := 1