]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
microblaze: Remove empty file - cpu.c
authorMichal Simek <michal.simek@xilinx.com>
Fri, 11 Dec 2015 12:17:35 +0000 (13:17 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 27 Jan 2016 14:55:53 +0000 (15:55 +0100)
No need to have empty unused file in architecture code.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/cpu/Makefile
arch/microblaze/cpu/cpu.c [deleted file]

index 4955e812360bdd9d9c1bf94024f3b21485db1d48..069721033f081a08b13b459d4c1c69b8070426cf 100644 (file)
@@ -7,5 +7,5 @@
 
 extra-y        = start.o
 obj-y  = irq.o
-obj-y  += cpu.o interrupts.o cache.o exception.o timer.o
+obj-y  += interrupts.o cache.o exception.o timer.o
 obj-$(CONFIG_SPL_BUILD)        += spl.o
diff --git a/arch/microblaze/cpu/cpu.c b/arch/microblaze/cpu/cpu.c
deleted file mode 100644 (file)
index 8e459d8..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-/*
- * (C) Copyright 2004 Atmark Techno, Inc.
- *
- * Yasushi SHOJI <yashi@atmark-techno.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
- */
-
-/* EMPTY FILE */