Skip to content

module/atu: show active ATU region info only when SCP_LOG_LEVEL is DEBUG

The ATU driver currently prints all active regions whenever a region is disabled, which can flood the SCP UART with active region information when ATU regions are dynamically added and removed. To manage this, restrict this behavior to when SCP_LOG_LEVEL is set to DEBUG mode.

Signed-off-by: Shaileshwar Mahadevabatla shaileshwar.mahadevabatla@arm.com Change-Id: If128a7dd08a35c91eb94dbf3ca0433aeb753f8dc

Merge request reports