diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-05-09 13:46:55 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-05-09 13:46:55 +0200 |
commit | 1cfefe8cb6e1bb43f6509c0aee254e2908d42f21 (patch) | |
tree | eba45129d65b83452d281514802f3895aa4f283e /board/r5200/config.mk | |
parent | 67a94685225b289fb3344cf00fefa91fd93f24ae (diff) | |
parent | 78b123cd69d485887f33ebd33ba1f9b27f8e6916 (diff) | |
download | u-boot-imx-1cfefe8cb6e1bb43f6509c0aee254e2908d42f21.zip u-boot-imx-1cfefe8cb6e1bb43f6509c0aee254e2908d42f21.tar.gz u-boot-imx-1cfefe8cb6e1bb43f6509c0aee254e2908d42f21.tar.bz2 |
Merge with /home/m8/git/u-boot
Diffstat (limited to 'board/r5200/config.mk')
-rw-r--r-- | board/r5200/config.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/board/r5200/config.mk b/board/r5200/config.mk new file mode 100644 index 0000000..8fc5319 --- /dev/null +++ b/board/r5200/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 = 0x10000000 |