diff --git a/plat/allwinner/sun50i_a64/platform.mk b/plat/allwinner/sun50i_a64/platform.mk index e2868af..2216654 100644 --- a/plat/allwinner/sun50i_a64/platform.mk +++ b/plat/allwinner/sun50i_a64/platform.mk @@ -42,14 +42,8 @@ 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 9098702..4fb8986 100644 --- a/plat/allwinner/sun50i_h6/platform.mk +++ b/plat/allwinner/sun50i_h6/platform.mk @@ -44,14 +44,8 @@ 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