diff options
author | Stefan Roese <sr@denx.de> | 2005-09-22 09:16:57 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2005-09-22 09:16:57 +0200 |
commit | 7644f16f6bf4335899603a1065bdf2c7c62bb915 (patch) | |
tree | dbb38a7e387430f81567657a3328581cc1475bf4 /board/esd/cpci2dp/config.mk | |
parent | 026cb5d864b7aeda23c1d53895cd1af3dca6ac75 (diff) | |
download | u-boot-imx-7644f16f6bf4335899603a1065bdf2c7c62bb915.zip u-boot-imx-7644f16f6bf4335899603a1065bdf2c7c62bb915.tar.gz u-boot-imx-7644f16f6bf4335899603a1065bdf2c7c62bb915.tar.bz2 |
esd CPCI2DP board added
Patch by Matthias Fuchs, 22 Sep 2005
Diffstat (limited to 'board/esd/cpci2dp/config.mk')
-rw-r--r-- | board/esd/cpci2dp/config.mk | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/board/esd/cpci2dp/config.mk b/board/esd/cpci2dp/config.mk new file mode 100644 index 0000000..2da4c9f --- /dev/null +++ b/board/esd/cpci2dp/config.mk @@ -0,0 +1,28 @@ +# +# (C) Copyright 2000 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# 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 +# + +# +# esd CPCI2DP board +# + +TEXT_BASE = 0xFFFC0000 |