summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPunit Agrawal <punit.agrawal@oss.qualcomm.com>2025-10-31 11:11:38 +0000
committerWill Deacon <will@kernel.org>2025-11-07 14:23:33 +0000
commit7991fda619f7251994ab364f03f3e6fc0aa143d9 (patch)
tree8b77f016e30398f551b27cb1c62fe5cfe3f13ead /arch
parenteeb8c19896952e18fb538ec76e603884070a6c6a (diff)
arm64: acpi: Drop message logging SPCR default console
Commit f5a4af3c7527 ("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: Punit Agrawal <punit.agrawal@oss.qualcomm.com> Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/kernel/acpi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/kernel/acpi.c b/arch/arm64/kernel/acpi.c
index fd164e8a35b2..c022c1acb8c7 100644
--- a/arch/arm64/kernel/acpi.c
+++ b/arch/arm64/kernel/acpi.c
@@ -252,8 +252,6 @@ done:
*/
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);