Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86/efi: Remove references of EFI earlyprintk from documentation

x86 EFI earlyprink was removed with commit 69c1f396f25b ("efi/x86:
Convert x86 EFI earlyprintk into generic earlycon implementation").

Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Akihiko Odaki and committed by
Jonathan Corbet
82850028 bad3fbb2

+2 -2
+2 -2
Documentation/admin-guide/kernel-parameters.txt
··· 1282 1282 Append ",keep" to not disable it when the real console 1283 1283 takes over. 1284 1284 1285 - Only one of vga, efi, serial, or usb debug port can 1285 + Only one of vga, serial, or usb debug port can 1286 1286 be used at a time. 1287 1287 1288 1288 Currently only ttyS0 and ttyS1 may be specified by ··· 1297 1297 Interaction with the standard serial driver is not 1298 1298 very good. 1299 1299 1300 - The VGA and EFI output is eventually overwritten by 1300 + The VGA output is eventually overwritten by 1301 1301 the real console. 1302 1302 1303 1303 The xen option can only be used in Xen domains.