summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@amd.com>2023-09-12 15:26:42 +0200
committerMichal Simek <michal.simek@amd.com>2023-09-12 15:28:36 +0200
commit13ff6e9ddec2f447953ed48b3a9cb99dfc8a3523 (patch)
tree7ca53d3088c923e528b112ed0fe3439bd139db04 /docs
parent88b2d81345dfd84902aae586a743d00ac5df2f48 (diff)
chore: remove MULTI_CONSOLE_API references
MULTI_CONSOLE_API have been removed long time ago by commit 5b6ebeec9c99 ("Remove MULTI_CONSOLE_API flag and references to it") that's why remove references in platform.mk files and also in one rst which is not valid anymore. Change-Id: I45f8e7db0a14ce63de62509100d8159b7aca2657 Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/plat/rpi3.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/plat/rpi3.rst b/docs/plat/rpi3.rst
index 38c3dfa82..5d97a88fc 100644
--- a/docs/plat/rpi3.rst
+++ b/docs/plat/rpi3.rst
@@ -296,11 +296,6 @@ The following is not currently supported:
address by changing the file ``armstub8.bin``, so there's no point in using
TF-A in this case.
-- ``MULTI_CONSOLE_API=0``: The multi console API must be enabled. Note that the
- crash console uses the internal 16550 driver functions directly in order to be
- able to print error messages during early crashes before setting up the
- multi console API.
-
Building the firmware for kernels that don't support PSCI
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~