Merge "docs(a3k): update documentation about DEBUG mode for UART" into integration

This commit is contained in:
Manish Pandey 2022-03-22 12:51:02 +01:00 committed by TrustedFirmware Code Review
commit 99d26d79c0
1 changed files with 3 additions and 2 deletions

View File

@ -68,8 +68,9 @@ There are several build options:
- DEBUG
Default is without debug information (=0). in order to enable it use ``DEBUG=1``.
Must be disabled when building UART recovery images due to current console driver
implementation that is not compatible with Xmodem protocol used for boot image download.
Can be enabled also when building UART recovery images, there is no issue with it.
Production TF-A images should be built without this debug option!
- LOG_LEVEL