diff options
author | Stefan Roese <sr@denx.de> | 2009-06-09 11:50:40 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:47:19 +0200 |
commit | e53b507cee5d976953134a565c72fd32c967d7dd (patch) | |
tree | 52050ec85b65e0cae28d6328311b5d365874b010 /board/esd/mecp5123/config.mk | |
parent | 6bd55cc65d0c3aa84d719518254fb3c650239ed9 (diff) | |
download | u-boot-imx-e53b507cee5d976953134a565c72fd32c967d7dd.zip u-boot-imx-e53b507cee5d976953134a565c72fd32c967d7dd.tar.gz u-boot-imx-e53b507cee5d976953134a565c72fd32c967d7dd.tar.bz2 |
mpc512x: Add esd gmbh mecp5123 board support
MECP5123 is a MPC5121E based module by esd gmbh.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
Diffstat (limited to 'board/esd/mecp5123/config.mk')
-rw-r--r-- | board/esd/mecp5123/config.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/board/esd/mecp5123/config.mk b/board/esd/mecp5123/config.mk new file mode 100644 index 0000000..838a018 --- /dev/null +++ b/board/esd/mecp5123/config.mk @@ -0,0 +1,23 @@ +# +# (C) Copyright 2009 Wolfgang Denk <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 +# + +TEXT_BASE = 0xFFF00000 |