diff options
author | TsiChung Liew <Tsi-Chung.Liew@freescale.com> | 2008-08-11 15:25:07 (GMT) |
---|---|---|
committer | John Rigby <jrigby@freescale.com> | 2008-08-14 18:31:56 (GMT) |
commit | 56df091d391f74bbf2dc2f7931f9f3c8f23529e4 (patch) | |
tree | 82c1f782494f59a44783f413d89bc3590b66bdc2 | |
parent | 659e9bad629a480f606b286d5703aef7159edf98 (diff) | |
download | u-boot-56df091d391f74bbf2dc2f7931f9f3c8f23529e4.tar.xz |
ColdFire: Move m5272c3 from board to board/freescale
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | board/freescale/m5272c3/Makefile (renamed from board/m5272c3/Makefile) | 0 | ||||
-rw-r--r-- | board/freescale/m5272c3/config.mk (renamed from board/m5272c3/config.mk) | 0 | ||||
-rw-r--r-- | board/freescale/m5272c3/flash.c (renamed from board/m5272c3/flash.c) | 0 | ||||
-rw-r--r-- | board/freescale/m5272c3/m5272c3.c (renamed from board/m5272c3/m5272c3.c) | 0 | ||||
-rw-r--r-- | board/freescale/m5272c3/mii.c (renamed from board/m5272c3/mii.c) | 0 | ||||
-rw-r--r-- | board/freescale/m5272c3/u-boot.lds (renamed from board/m5272c3/u-boot.lds) | 0 |
7 files changed, 1 insertions, 1 deletions
@@ -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 index be704b7..be704b7 100644 --- a/board/m5272c3/Makefile +++ b/board/freescale/m5272c3/Makefile diff --git a/board/m5272c3/config.mk b/board/freescale/m5272c3/config.mk index ccb2cf7..ccb2cf7 100644 --- a/board/m5272c3/config.mk +++ b/board/freescale/m5272c3/config.mk diff --git a/board/m5272c3/flash.c b/board/freescale/m5272c3/flash.c index ea0b1fd..ea0b1fd 100644 --- a/board/m5272c3/flash.c +++ b/board/freescale/m5272c3/flash.c diff --git a/board/m5272c3/m5272c3.c b/board/freescale/m5272c3/m5272c3.c index d17cb2e..d17cb2e 100644 --- a/board/m5272c3/m5272c3.c +++ b/board/freescale/m5272c3/m5272c3.c diff --git a/board/m5272c3/mii.c b/board/freescale/m5272c3/mii.c index b30ba80..b30ba80 100644 --- a/board/m5272c3/mii.c +++ b/board/freescale/m5272c3/mii.c diff --git a/board/m5272c3/u-boot.lds b/board/freescale/m5272c3/u-boot.lds index 8420c91..8420c91 100644 --- a/board/m5272c3/u-boot.lds +++ b/board/freescale/m5272c3/u-boot.lds |