From: Michal Simek Date: Fri, 11 Dec 2015 12:17:35 +0000 (+0100) Subject: microblaze: Remove empty file - cpu.c X-Git-Tag: v2016.03-rc1~46^2~53 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=85916e29df41d16cf89e48113acafe9a670770c9;p=u-boot microblaze: Remove empty file - cpu.c No need to have empty unused file in architecture code. Signed-off-by: Michal Simek --- diff --git a/arch/microblaze/cpu/Makefile b/arch/microblaze/cpu/Makefile index 4955e81236..069721033f 100644 --- a/arch/microblaze/cpu/Makefile +++ b/arch/microblaze/cpu/Makefile @@ -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 index 8e459d807f..0000000000 --- a/arch/microblaze/cpu/cpu.c +++ /dev/null @@ -1,9 +0,0 @@ -/* - * (C) Copyright 2004 Atmark Techno, Inc. - * - * Yasushi SHOJI - * - * SPDX-License-Identifier: GPL-2.0+ - */ - -/* EMPTY FILE */