mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-03 10:48:47 +00:00
The deprecation warning in pm_feature_check() is being displayed multiple times during boot, causing log spam. Modify the warning to display only once per boot session by using a static boolean flag. This maintains the deprecation notification while reducing log verbosity. Change-Id: Ie2ae265b0e0b4d08c6341f1870258b970f5a1fc7 Signed-off-by: Devanshi Chauhan <Devanshi.ChauhanAlpeshbhai@amd.com>