| commit | d0650203103da8fe69f0900266d2b08f67b02594 | [log] [tgz] |
|---|---|---|
| author | Jaiprakash Singh <jaiprakashs@marvell.com> | Fri Dec 12 01:50:47 2025 -0800 |
| committer | Jaiprakash Singh <jaiprakashs@marvell.com> | Tue Jan 13 02:28:48 2026 -0800 |
| tree | 624aa1359ed9446ff1ff7f80969ef06c08230ebb | |
| parent | ea6625c639011747bf49ab2afc0ff4152320c4c3 [diff] |
fix(debug): add debug log build option When log level set to verbose, xlat prints alot of translation table debug logs.These detail logs keeps on printing for minutes and increase boot time. Also, not all users might be interested in the xlat detail logs when verbose is on. LOG_DEBUG is added to print xlat detail logs only when someone intentionally enables logging. Change-Id: I3308b49779a692bdce87fb6929c88fdcb713e628 Signed-off-by: Jaiprakash Singh <jaiprakashs@marvell.com>