summaryrefslogtreecommitdiff
path: root/plat/allwinner
diff options
context:
space:
mode:
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-09-24 17:14:53 +0100
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-09-28 15:31:53 +0100
commite7d23bf498b0b427146815a60317d00fedf2de83 (patch)
tree11c1c2e0916e180b15460b7bf0b6e72daecae661 /plat/allwinner
parent704514708283446f9a39b92604e017454bfdeee7 (diff)
allwinner: Remove references to removed build flags
Change-Id: I206478597dd9855d3fe1577e7e2c0fe6d2af1cc5 Tested-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'plat/allwinner')
-rw-r--r--plat/allwinner/sun50i_a64/platform.mk6
-rw-r--r--plat/allwinner/sun50i_h6/platform.mk6
2 files changed, 0 insertions, 12 deletions
diff --git a/plat/allwinner/sun50i_a64/platform.mk b/plat/allwinner/sun50i_a64/platform.mk
index e2868afd..22166547 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 90987020..4fb8986d 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