summaryrefslogtreecommitdiffstats
path: root/board/icu862
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-11-28 21:18:57 +0100
committerWolfgang Denk <wd@denx.de>2010-12-09 10:25:56 +0100
commit263d5c2f84350703d31ccbfb76c6853570278e6c (patch)
treedfb48ad44125e5ac559f144730b29b39d958bf32 /board/icu862
parent76bfe76b54511764e0a49287699190a0a3347ee4 (diff)
downloadblackbird-obmc-uboot-263d5c2f84350703d31ccbfb76c6853570278e6c.tar.gz
blackbird-obmc-uboot-263d5c2f84350703d31ccbfb76c6853570278e6c.zip
Remove redundant config.mk files
Recent cleanup actions resulted in a number of config.mk files that contained only redundant entries like PLATFORM_CPPFLAGS += -I$(TOPDIR) or settings of variables that were not used anywhere in the code, like TEXT_END = 0xfe080000 Remove these unnecessary files. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Scott McNutt <smcnutt@psyent.com> Cc: Wolfgang Wegner <w.wegner@astro-kom.de> Cc: Josef Wagner <Wagner@Microsys.de> Cc: Tolunay Orkun <torkun@nextio.com> Cc: Frank Panno <fpanno@delphintech.com> Cc: Heiko Schocher <hs@denx.de> Cc: Brad Kemp <Brad.Kemp@seranoa.com> Acked-by: Heiko Schocher<hs@denx.de>
Diffstat (limited to 'board/icu862')
-rw-r--r--board/icu862/config.mk28
1 files changed, 0 insertions, 28 deletions
diff --git a/board/icu862/config.mk b/board/icu862/config.mk
deleted file mode 100644
index 9bfbc85ba5..0000000000
--- a/board/icu862/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
-#
-
-#
-# ICU862 boards
-#
-
-OBJCFLAGS = --set-section-flags=.ppcenv=contents,alloc,load,data
OpenPOWER on IntegriCloud