diff options
author | wdenk <wdenk> | 2005-01-09 18:21:42 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-01-09 18:21:42 +0000 |
commit | a562e1bd9d8e10ea2e51d08e66d35a6e1795153b (patch) | |
tree | 225a386c4a9b200dc9d97c22cec7b019d62312fd /Makefile | |
parent | 30ce5ab043db0b34838ad2d294561992bdb5236a (diff) | |
download | u-boot-midas-a562e1bd9d8e10ea2e51d08e66d35a6e1795153b.tar.gz u-boot-midas-a562e1bd9d8e10ea2e51d08e66d35a6e1795153b.tar.bz2 u-boot-midas-a562e1bd9d8e10ea2e51d08e66d35a6e1795153b.zip |
Patch by Florian Schlote, 08 Sep 2004:
Add support for SenTec-COBRA5272-board (Coldfire).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -924,6 +924,9 @@ SL8245_config: unconfig utx8245_config: unconfig @./mkconfig $(@:_config=) ppc mpc824x utx8245 +cobra5272_config : unconfig + @./mkconfig $(@:_config=) m68k mcf52x2 cobra5272 + ######################################################################### ## MPC8260 Systems ######################################################################### |