diff options
| author | Rob Herring <robh@kernel.org> | 2018-03-27 21:06:59 -0500 |
|---|---|---|
| committer | Michal Simek <michal.simek@xilinx.com> | 2018-04-23 12:43:45 +0200 |
| commit | 96f0e6fcc9add1f063984be32073fe8b1d39b664 (patch) | |
| tree | f0abd8e3f5f8a2c55e96266898b8406f1abb4900 /arch/microblaze/kernel/Makefile | |
| parent | f71044c999bf01f2875f26b0df7c0d172d257326 (diff) | |
| download | blackbird-op-linux-96f0e6fcc9add1f063984be32073fe8b1d39b664.tar.gz blackbird-op-linux-96f0e6fcc9add1f063984be32073fe8b1d39b664.zip | |
microblaze: remove redundant early_printk support
With earlycon support now enabled, the arch specific early_printk support
can be removed.
Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Michal Simek <monstr@monstr.eu>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/kernel/Makefile')
| -rw-r--r-- | arch/microblaze/kernel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/Makefile b/arch/microblaze/kernel/Makefile index 0da76fa1ab17..7e99cf6984a1 100644 --- a/arch/microblaze/kernel/Makefile +++ b/arch/microblaze/kernel/Makefile @@ -22,7 +22,6 @@ obj-y += dma.o exceptions.o \ obj-y += cpu/ -obj-$(CONFIG_EARLY_PRINTK) += early_printk.o obj-$(CONFIG_HEART_BEAT) += heartbeat.o obj-$(CONFIG_MODULES) += microblaze_ksyms.o module.o obj-$(CONFIG_MMU) += misc.o |

