diff options
author | Tom Rini <trini@ti.com> | 2012-09-26 15:20:33 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-10-15 11:53:46 -0700 |
commit | 61c0d6ae777b684a5bb876dadd14d548625d27c7 (patch) | |
tree | a39cde44dbc51215b2c54edd503154f30784f05d /board/gth2/config.mk | |
parent | b0d60a981230a1ebfc10387702894a8d85a0e686 (diff) | |
download | u-boot-imx-61c0d6ae777b684a5bb876dadd14d548625d27c7.zip u-boot-imx-61c0d6ae777b684a5bb876dadd14d548625d27c7.tar.gz u-boot-imx-61c0d6ae777b684a5bb876dadd14d548625d27c7.tar.bz2 |
gth2: Remove this platform
After taking with the former maintainer, delete this platform. The
patch is from the former maintainer.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'board/gth2/config.mk')
-rw-r--r-- | board/gth2/config.mk | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/board/gth2/config.mk b/board/gth2/config.mk deleted file mode 100644 index c905049..0000000 --- a/board/gth2/config.mk +++ /dev/null @@ -1,41 +0,0 @@ -# -# (C) Copyright 2004-2005 -# 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 -# - -# -# AMD Alchemy AU1000, MIPS32 core -# - -ifeq ($(TBASE),0) -CONFIG_SYS_TEXT_BASE = 0 -else -ifeq ($(TBASE),1) -CONFIG_SYS_TEXT_BASE = 0xbfc10070 -else -ifeq ($(TBASE),2) -CONFIG_SYS_TEXT_BASE = 0xbfc30070 -else -## Only to make ordinary make work -CONFIG_SYS_TEXT_BASE = 0x90000000 -endif -endif -endif |