Commit 7991fda6 authored by Punit Agrawal's avatar Punit Agrawal Committed by Will Deacon
Browse files

arm64: acpi: Drop message logging SPCR default console

Commit f5a4af3c ("ACPI: Add acpi=nospcr to disable ACPI SPCR as
default console on ARM64") introduced a command line parameter to
prevent using SPCR provided console as default. It also introduced a
message to log this choice.

Drop the message as it is not particularly useful and can be incorrect
in situations where no SPCR is provided by the firmware.

Link: https://lore.kernel.org/all/aQN0YWUYaPYWpgJM@willie-the-truck/


Signed-off-by: default avatarPunit Agrawal <punit.agrawal@oss.qualcomm.com>
Signed-off-by: default avatarWill Deacon <will@kernel.org>
parent eeb8c198
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -252,8 +252,6 @@ void __init acpi_boot_table_init(void)
		 */
		acpi_parse_spcr(earlycon_acpi_spcr_enable,
			!param_acpi_nospcr);
		pr_info("Use ACPI SPCR as default console: %s\n",
				param_acpi_nospcr ? "No" : "Yes");

		if (IS_ENABLED(CONFIG_ACPI_BGRT))
			acpi_table_parse(ACPI_SIG_BGRT, acpi_parse_bgrt);