ColdFire: Move m5272c3 from board to board/freescale

Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
diff --git a/Makefile b/Makefile
index cef2073..da2f4bc 100644
--- a/Makefile
+++ b/Makefile
@@ -1879,7 +1879,7 @@
 	@$(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