Skip to content

Commit

Permalink
cris: remove arch specific early DT functions
Browse files Browse the repository at this point in the history
Now that the DT core code handles bootmem arches, we can remove the cris
specific early_init_dt_alloc_memory_arch function. As the default
early_init_dt_add_memory_arch just does a WARN, we can just remove the
entire devicetree.c file.

Cc: Mikael Starvik <[email protected]>
Cc: Jesper Nilsson <[email protected]>
Cc: [email protected]
Signed-off-by: Rob Herring <[email protected]>
  • Loading branch information
robherring committed Jan 30, 2018
1 parent 5fbd55d commit 0fbc0b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
19 changes: 0 additions & 19 deletions arch/cris/kernel/Makefile
Original file line number Diff line number Diff line change
@@ -1,19 +0,0 @@
# SPDX-License-Identifier: GPL-2.0
# $Id: Makefile,v 1.12 2004/10/19 13:07:43 starvik Exp $
#
# Makefile for the linux kernel.
#

CPPFLAGS_vmlinux.lds := -DDRAM_VIRTUAL_BASE=0x$(CONFIG_ETRAX_DRAM_VIRTUAL_BASE)
extra-y := vmlinux.lds

obj-y := process.o traps.o irq.o ptrace.o setup.o time.o sys_cris.o
obj-y += devicetree.o
obj-y += stacktrace.o

obj-$(CONFIG_MODULES) += crisksyms.o
obj-$(CONFIG_MODULES) += module.o
obj-$(CONFIG_SYSTEM_PROFILER) += profile.o

clean:

15 changes: 0 additions & 15 deletions arch/cris/kernel/devicetree.c

This file was deleted.

0 comments on commit 0fbc0b6

Please sign in to comment.