summaryrefslogtreecommitdiff
path: root/plat/qti/hoya/qcs615/platform.mk
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2026-09-07 21:27:57 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2026-09-07 21:27:57 +0000
commit58f4fe3a0b8b97fd097aff2ec884cc77ac535650 (patch)
tree688e0738ebacea427044d45ba93228dfccaaa494 /plat/qti/hoya/qcs615/platform.mk
parent90a3c92bab01ef6b849c9b2155e9512f68ac8103 (diff)
parent76dd763e3368e0d6d0b69d1304f63373147c9dab (diff)
downloadarm-trusted-firmware-58f4fe3a0b8b97fd097aff2ec884cc77ac535650.tar.gz
arm-trusted-firmware-58f4fe3a0b8b97fd097aff2ec884cc77ac535650.zip
Merge changes I826ff15a,If9b22e08,I0d0c46b0,I09560475,I69d13bd8 into integration
* changes: fix(aarch32): remove unused macro fix: remove stale references to ENABLE_PLAT_COMPAT fix(el3-runtime): correctly detect a trap of a sysreg read docs(el3-runtime): have a more precise pseudocode link chore(cpus): update developer.arm.com links to support.arm.com
Diffstat (limited to 'plat/qti/hoya/qcs615/platform.mk')
-rw-r--r--plat/qti/hoya/qcs615/platform.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/plat/qti/hoya/qcs615/platform.mk b/plat/qti/hoya/qcs615/platform.mk
index 432a21e52..173cdc288 100644
--- a/plat/qti/hoya/qcs615/platform.mk
+++ b/plat/qti/hoya/qcs615/platform.mk
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2024-2025, Arm Limited and Contributors. All rights reserved.
+# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved.
# Copyright (c) 2024, The Linux Foundation. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
@@ -34,9 +34,6 @@ ERRATA_A76_1946160 := 1
ERRATA_A76_2743102 := 1
WORKAROUND_CVE_2025_10263 := 1
-# Disable the PSCI platform compatibility layer
-ENABLE_PLAT_COMPAT := 0
-
# Enable PSCI v1.0 extended state ID format
PSCI_EXTENDED_STATE_ID := 1
ARM_RECOM_STATE_ID_ENC := 1
@@ -154,4 +151,3 @@ else
# use library provided by QTISECLIB_PATH
LDLIBS += $(QTISECLIB_PATH)
endif
-