Skip to content

Commit 8ef0ed9

Browse files
robherringgregkh
authored andcommitted
arm64: remove arch specific earlyprintk
Now that we have equivalent earlycon support, arm64's earlyprintk code can be removed. Signed-off-by: Rob Herring <[email protected]> Cc: Catalin Marinas <[email protected]> Cc: Will Deacon <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 92cc15f commit 8ef0ed9

File tree

3 files changed

+0
-168
lines changed

3 files changed

+0
-168
lines changed

arch/arm64/Kconfig.debug

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ config STRICT_DEVMEM
2020

2121
If in doubt, say Y.
2222

23-
config EARLY_PRINTK
24-
bool "Early printk support"
25-
default y
26-
help
27-
Say Y here if you want to have an early console using the
28-
earlyprintk=<name>[,<addr>][,<options>] kernel parameter. It
29-
is assumed that the early console device has been initialised
30-
by the boot loader prior to starting the Linux kernel.
31-
3223
config PID_IN_CONTEXTIDR
3324
bool "Write the current PID to the CONTEXTIDR register"
3425
help

arch/arm64/kernel/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ arm64-obj-$(CONFIG_SMP) += smp.o smp_spin_table.o topology.o
1818
arm64-obj-$(CONFIG_PERF_EVENTS) += perf_regs.o
1919
arm64-obj-$(CONFIG_HW_PERF_EVENTS) += perf_event.o
2020
arm64-obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
21-
arm64-obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
2221
arm64-obj-$(CONFIG_ARM64_CPU_SUSPEND) += sleep.o suspend.o
2322
arm64-obj-$(CONFIG_JUMP_LABEL) += jump_label.o
2423
arm64-obj-$(CONFIG_KGDB) += kgdb.o

arch/arm64/kernel/early_printk.c

Lines changed: 0 additions & 158 deletions
This file was deleted.

0 commit comments

Comments
 (0)