mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-27 07:15:20 +00:00
plat: imx: imx8qm: apply clk/pinmux configuration for DEBUG_CONSOLE
Having DEBUG_CONSOLE enabled without enabling DEBUG_CONSOLE_A53 doesn't make sense (since UART pinmux/clock configuration is applied for UART only when DEBUG_CONSOLE_A53 is enabled). Enable DEBUG_CONSOLE_A53 if DEBUG_CONSOLE is enabled. Signed-off-by: Igor Opaniuk <igor.opaniuk@gmail.com> Change-Id: I8ca411d5544658b9bcc39e5340ec042c51088b96
This commit is contained in:
parent
fc1596b347
commit
98a69dfd4a
1 changed files with 1 additions and 1 deletions
|
@ -74,6 +74,6 @@
|
|||
#define MAX_XLAT_TABLES 8
|
||||
#define MAX_MMAP_REGIONS 12
|
||||
|
||||
#define DEBUG_CONSOLE_A53 0
|
||||
#define DEBUG_CONSOLE_A53 DEBUG_CONSOLE
|
||||
|
||||
#endif /* PLATFORM_DEF_H */
|
||||
|
|
Loading…
Add table
Reference in a new issue