From: TsiChung Liew Date: Mon, 11 Aug 2008 15:25:07 +0000 (+0000) Subject: ColdFire: Move m5272c3 from board to board/freescale X-Git-Tag: v2008.10-rc1~167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56df091d391f74bbf2dc2f7931f9f3c8f23529e4;p=platform%2Fkernel%2Fu-boot.git ColdFire: Move m5272c3 from board to board/freescale Signed-off-by: TsiChung Liew --- diff --git a/Makefile b/Makefile index cef2073..da2f4bc 100644 --- a/Makefile +++ b/Makefile @@ -1879,7 +1879,7 @@ M5271EVB_config : unconfig @$(MKCONFIG) $(@:_config=) m68k mcf52x2 m5271evb freescale M5272C3_config : unconfig - @$(MKCONFIG) $(@:_config=) m68k mcf52x2 m5272c3 + @$(MKCONFIG) $(@:_config=) m68k mcf52x2 m5272c3 freescale M5275EVB_config : unconfig @$(MKCONFIG) $(@:_config=) m68k mcf52x2 m5275evb freescale diff --git a/board/m5272c3/Makefile b/board/freescale/m5272c3/Makefile similarity index 100% rename from board/m5272c3/Makefile rename to board/freescale/m5272c3/Makefile diff --git a/board/m5272c3/config.mk b/board/freescale/m5272c3/config.mk similarity index 100% rename from board/m5272c3/config.mk rename to board/freescale/m5272c3/config.mk diff --git a/board/m5272c3/flash.c b/board/freescale/m5272c3/flash.c similarity index 100% rename from board/m5272c3/flash.c rename to board/freescale/m5272c3/flash.c diff --git a/board/m5272c3/m5272c3.c b/board/freescale/m5272c3/m5272c3.c similarity index 100% rename from board/m5272c3/m5272c3.c rename to board/freescale/m5272c3/m5272c3.c diff --git a/board/m5272c3/mii.c b/board/freescale/m5272c3/mii.c similarity index 100% rename from board/m5272c3/mii.c rename to board/freescale/m5272c3/mii.c diff --git a/board/m5272c3/u-boot.lds b/board/freescale/m5272c3/u-boot.lds similarity index 100% rename from board/m5272c3/u-boot.lds rename to board/freescale/m5272c3/u-boot.lds