mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-05 10:38:55 +00:00
Introduce a macro guard so platform coherency functions are only compiled when HW_ASSISTED_COHERENCY is 0 (disabled). Many platforms enable HW-assisted coherency by default, so compiling empty definitions is unnecessary. This refactor removes those empty functions for Arm CSS platforms. Change-Id: I102ead46960e9da2d8b968f60cbfd3e5e5da1096 Signed-off-by: Ahmed Azeem <ahmed.azeem@arm.com>