aboutsummaryrefslogtreecommitdiffstats
path: root/plat
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2017-11-10 12:08:46 +0000
committerSoby Mathew <soby.mathew@arm.com>2018-01-22 17:24:54 +0000
commit376185c4d8d139bc8c0639e9747ca68dcdbe50e7 (patch)
tree37ea3733e4fb8b307291514778e892c68c0cfac6 /plat
parentc1edcd935deabaa1b7d28c5c56e4674c05b635f2 (diff)
downloadplatform_external_arm-trusted-firmware-376185c4d8d139bc8c0639e9747ca68dcdbe50e7.tar.gz
platform_external_arm-trusted-firmware-376185c4d8d139bc8c0639e9747ca68dcdbe50e7.tar.bz2
platform_external_arm-trusted-firmware-376185c4d8d139bc8c0639e9747ca68dcdbe50e7.zip
Allow API deprecation for uniphier platform
The `override ERROR_DEPRECATION = 1` setting in uniphier platform makes deprecation of API difficult. Hence removing the same. This flag should be specified on the command line if needed. Change-Id: I8c82d8d13944e450a8cd636de3326137c04d7560 Signed-off-by: Soby Mathew <soby.mathew@arm.com>
Diffstat (limited to 'plat')
-rw-r--r--plat/socionext/uniphier/platform.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/plat/socionext/uniphier/platform.mk b/plat/socionext/uniphier/platform.mk
index f99bbf58a..e0ddfa821 100644
--- a/plat/socionext/uniphier/platform.mk
+++ b/plat/socionext/uniphier/platform.mk
@@ -6,7 +6,6 @@
override COLD_BOOT_SINGLE_CPU := 1
override ENABLE_PLAT_COMPAT := 0
-override ERROR_DEPRECATED := 1
override LOAD_IMAGE_V2 := 1
override USE_COHERENT_MEM := 1
override USE_TBBR_DEFS := 1