diff options
author | Wolfgang Denk <wd@denx.de> | 2010-10-05 22:54:54 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-06 22:22:26 +0200 |
commit | dff07e18e5ab3cc2cc1d281a17120d8ade2cca15 (patch) | |
tree | 987767c152c75882c3065903d6327e6c8e26f411 /board/siemens/CCM/config.mk | |
parent | 544d97e9aa904e489f9e87bae6a6b41cb031cbe9 (diff) | |
download | u-boot-imx-dff07e18e5ab3cc2cc1d281a17120d8ade2cca15.zip u-boot-imx-dff07e18e5ab3cc2cc1d281a17120d8ade2cca15.tar.gz u-boot-imx-dff07e18e5ab3cc2cc1d281a17120d8ade2cca15.tar.bz2 |
CCM: remove code for yet another corpse
The CCM board has long reached EOL, and support for it is no longer
relevant in current versions of U-Boot. Remove it.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/siemens/CCM/config.mk')
-rw-r--r-- | board/siemens/CCM/config.mk | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/board/siemens/CCM/config.mk b/board/siemens/CCM/config.mk deleted file mode 100644 index 9c72c79..0000000 --- a/board/siemens/CCM/config.mk +++ /dev/null @@ -1,28 +0,0 @@ -# -# (C) Copyright 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 -# - -# -# TQM8xxL boards -# - -TEXT_BASE = 0x40000000 |