diff options
author | stroese <stroese> | 2003-05-23 11:35:47 +0000 |
---|---|---|
committer | stroese <stroese> | 2003-05-23 11:35:47 +0000 |
commit | 071d897c96460c414786ef1d40f3e56f8d9fb8cb (patch) | |
tree | 1c3c2b7b95507b698cb4fe683c69e23cd95bf126 /board/esd/pmc405/config.mk | |
parent | 387184252951e3125f43c151ab0841e2b4942c06 (diff) | |
download | u-boot-imx-071d897c96460c414786ef1d40f3e56f8d9fb8cb.zip u-boot-imx-071d897c96460c414786ef1d40f3e56f8d9fb8cb.tar.gz u-boot-imx-071d897c96460c414786ef1d40f3e56f8d9fb8cb.tar.bz2 |
PMC405 board added.
Diffstat (limited to 'board/esd/pmc405/config.mk')
-rw-r--r-- | board/esd/pmc405/config.mk | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/board/esd/pmc405/config.mk b/board/esd/pmc405/config.mk new file mode 100644 index 0000000..fc2794d --- /dev/null +++ b/board/esd/pmc405/config.mk @@ -0,0 +1,28 @@ +# +# (C) Copyright 2000, 2001 +# 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 PMC405 boards +# + +TEXT_BASE = 0xFFFC0000 |