commit | f9820f21b8317fb3a08598452b252f7a6a2a4ad7 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@amd.com> | Wed Sep 27 14:33:33 2023 +0200 |
committer | Michal Simek <michal.simek@amd.com> | Fri Sep 29 15:19:34 2023 +0200 |
tree | dfe4a1e9c5e6f23019dd06e7ed8a46f3d04cab57 | |
parent | 04a483359fef61353d95619e84ec6b495b27adfb [diff] |
fix(xilinx): remove console error message If console is not found there is no way where to print information about it. Currently only cdns/dcc/pl011 uarts are supported that's why remove the message which none can see anyway. But keep "else" part with comment to avoid misra c rule 15.7 violation which is also missing in Versal NET implementation. Change-Id: I78e3baffd2288d2a4673099bf193f22029912840 Signed-off-by: Michal Simek <michal.simek@amd.com>