diff options
author | TsiChung Liew <Tsi-Chung.Liew@freescale.com> | 2008-08-11 15:23:16 +0000 |
---|---|---|
committer | John Rigby <jrigby@freescale.com> | 2008-08-14 12:31:56 -0600 |
commit | 659e9bad629a480f606b286d5703aef7159edf98 (patch) | |
tree | f4976a7a8178c4d9a9cc82cf82f5f4d3c805f9a0 /Makefile | |
parent | 05316f8ece8206339a208ec052f039cd0f7ca922 (diff) | |
download | u-boot-midas-659e9bad629a480f606b286d5703aef7159edf98.tar.gz u-boot-midas-659e9bad629a480f606b286d5703aef7159edf98.tar.bz2 u-boot-midas-659e9bad629a480f606b286d5703aef7159edf98.zip |
ColdFire: Move m5271evb from board to board/freescale
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1876,7 +1876,7 @@ idmr_config : unconfig @$(MKCONFIG) $(@:_config=) m68k mcf52x2 idmr M5271EVB_config : unconfig - @$(MKCONFIG) $(@:_config=) m68k mcf52x2 m5271evb + @$(MKCONFIG) $(@:_config=) m68k mcf52x2 m5271evb freescale M5272C3_config : unconfig @$(MKCONFIG) $(@:_config=) m68k mcf52x2 m5272c3 |