diff options
author | Anatolij Gustschin <agust@denx.de> | 2010-04-24 19:27:09 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-04-24 22:56:37 +0200 |
commit | a3921eefa1440d23f22751704cd7df999769f169 (patch) | |
tree | ed3c3949abedf19ce2c3129987d9e0d83a3b2ce8 /board/pdm360ng/config.mk | |
parent | b9947bbb08d0483be03004bdbce283b644471cb7 (diff) | |
download | u-boot-imx-a3921eefa1440d23f22751704cd7df999769f169.zip u-boot-imx-a3921eefa1440d23f22751704cd7df999769f169.tar.gz u-boot-imx-a3921eefa1440d23f22751704cd7df999769f169.tar.bz2 |
mpc5121: add support for PDM360NG board
PDM360NG is a MPC5121E based board by ifm ecomatic gmbh.
Signed-off-by: Michael Weiss <michael.weiss@ifm.com>
Signed-off-by: Detlev Zundel <dzu@denx.de>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'board/pdm360ng/config.mk')
-rw-r--r-- | board/pdm360ng/config.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/board/pdm360ng/config.mk b/board/pdm360ng/config.mk new file mode 100644 index 0000000..c3b07dd --- /dev/null +++ b/board/pdm360ng/config.mk @@ -0,0 +1,24 @@ +# +# (C) Copyright 2009 +# Michael Weiß, ifm ecomatic gmbh, michael.weiss@ifm.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 = 0xF0000000 |