diff options
author | Andre Przywara <andre.przywara@arm.com> | 2017-05-04 02:49:36 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-05-09 22:43:39 +0300 |
commit | f7c864e7ee5c3907d232838f1b4540612252a605 (patch) | |
tree | 0460ca6838979091a08e678b386b6c6f359e30ec /Documentation/admin-guide | |
parent | aeb899af65d2d29039ce8f000bced39dd0dacad1 (diff) | |
download | linux-f7c864e7ee5c3907d232838f1b4540612252a605.tar.xz |
Documentation: earlycon: fix Marvell Armada 3700 UART name
The Marvell Armada 3700 UART uses "ar3700_uart" for its earlycon name.
Adjust documentation to match the code.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index e4c9e0e46b95..230b03caee55 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -972,7 +972,7 @@ A valid base address must be provided, and the serial port must already be setup and configured. - armada3700_uart,<addr> + ar3700_uart,<addr> Start an early, polled-mode console on the Armada 3700 serial port at the specified address. The serial port must already be setup |