diff options
author | Heiko Schocher <hs@denx.de> | 2008-01-11 01:12:08 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-12 00:33:26 +0100 |
commit | ac9db066b26935f31bff15c98168b19faeb603f3 (patch) | |
tree | 0d2a52be2559a64e02c9c43ffa693d69a4493ec7 /board/mgcoge/config.mk | |
parent | b423d055cc2e13c4ef1f0389c3fa2988d0eed818 (diff) | |
download | u-boot-imx-ac9db066b26935f31bff15c98168b19faeb603f3.zip u-boot-imx-ac9db066b26935f31bff15c98168b19faeb603f3.tar.gz u-boot-imx-ac9db066b26935f31bff15c98168b19faeb603f3.tar.bz2 |
Added support for the mgcoge board from keymile.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'board/mgcoge/config.mk')
-rw-r--r-- | board/mgcoge/config.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/board/mgcoge/config.mk b/board/mgcoge/config.mk new file mode 100644 index 0000000..143bc9f --- /dev/null +++ b/board/mgcoge/config.mk @@ -0,0 +1,24 @@ +# +# (C) Copyright 2007 +# Heiko Schocher, DENX Software Engineering, hs@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 = 0xFE000000 |