From: Greg Ungerer Date: Tue, 19 Aug 2014 01:39:09 +0000 (+1000) Subject: m68k: move coldfire platform code X-Git-Tag: omap-for-v3.19/prcm-cleanup~77^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f86b9e03837beafb4b48d53a76ee4b88559226de;p=pandora-kernel.git m68k: move coldfire platform code Move the m68k ColdFire platform support code directory to be with the existing m68k platforms. Although the ColdFire is not a platform as such, we have always kept all its support together. No reason to change that as this time. Signed-off-by: Greg Ungerer Acked-by: Geert Uytterhoeven --- diff --git a/arch/m68k/Makefile b/arch/m68k/Makefile index 7f7830f2c5bc..2e2477591fdf 100644 --- a/arch/m68k/Makefile +++ b/arch/m68k/Makefile @@ -94,7 +94,7 @@ head-y := arch/m68k/kernel/head.o head-$(CONFIG_SUN3) := arch/m68k/kernel/sun3-head.o head-$(CONFIG_M68360) := arch/m68k/platform/68360/head.o head-$(CONFIG_M68000) := arch/m68k/platform/68000/head.o -head-$(CONFIG_COLDFIRE) := arch/m68k/platform/coldfire/head.o +head-$(CONFIG_COLDFIRE) := arch/m68k/coldfire/head.o core-y += arch/m68k/kernel/ arch/m68k/mm/ libs-y += arch/m68k/lib/ @@ -116,7 +116,7 @@ core-$(CONFIG_M68060) += arch/m68k/ifpsp060/ core-$(CONFIG_M68KFPU_EMU) += arch/m68k/math-emu/ core-$(CONFIG_M68360) += arch/m68k/platform/68360/ core-$(CONFIG_M68000) += arch/m68k/platform/68000/ -core-$(CONFIG_COLDFIRE) += arch/m68k/platform/coldfire/ +core-$(CONFIG_COLDFIRE) += arch/m68k/coldfire/ all: zImage diff --git a/arch/m68k/platform/coldfire/Makefile b/arch/m68k/coldfire/Makefile similarity index 100% rename from arch/m68k/platform/coldfire/Makefile rename to arch/m68k/coldfire/Makefile diff --git a/arch/m68k/platform/coldfire/cache.c b/arch/m68k/coldfire/cache.c similarity index 100% rename from arch/m68k/platform/coldfire/cache.c rename to arch/m68k/coldfire/cache.c diff --git a/arch/m68k/platform/coldfire/clk.c b/arch/m68k/coldfire/clk.c similarity index 100% rename from arch/m68k/platform/coldfire/clk.c rename to arch/m68k/coldfire/clk.c Reading git-diff-tree failed