diff options
author | TsiChungLiew <Tsi-Chung.Liew@freescale.com> | 2008-01-14 17:43:33 -0600 |
---|---|---|
committer | TsiChungLiew <Tsi-Chung.Liew@freescale.com> | 2008-01-17 14:59:41 -0600 |
commit | 1552af70ecab11b9f3dceff7528ed15faf678b9d (patch) | |
tree | 19f641d3a5ff6ccd0a6089eb49a090a509e90dc3 /board/freescale/m52277evb/config.mk | |
parent | 397b7b81a1f1008798ae1206913508cc89cb3a7d (diff) | |
download | u-boot-imx-1552af70ecab11b9f3dceff7528ed15faf678b9d.zip u-boot-imx-1552af70ecab11b9f3dceff7528ed15faf678b9d.tar.gz u-boot-imx-1552af70ecab11b9f3dceff7528ed15faf678b9d.tar.bz2 |
ColdFire: Add MCF5227x cpu and M52277EVB support-1
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Signed-off by: John Rigby <jrigby@freescale.com>
Diffstat (limited to 'board/freescale/m52277evb/config.mk')
-rw-r--r-- | board/freescale/m52277evb/config.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/board/freescale/m52277evb/config.mk b/board/freescale/m52277evb/config.mk new file mode 100644 index 0000000..ce014ed --- /dev/null +++ b/board/freescale/m52277evb/config.mk @@ -0,0 +1,25 @@ +# +# (C) Copyright 2000-2003 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# Coldfire contribution by Bernhard Kuhn <bkuhn@metrowerks.com> +# +# See file CREDITS for list of people who contributed to this +# project. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of +# the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# + +TEXT_BASE = 0 |