Re: [U-Boot] [PATCH 1/2 ] [NEXT] Remove redundant config.mk files

2010-12-09 Thread Wolfgang Denk
Dear Wolfgang Denk,

In message 1290975538-18561-1-git-send-email...@denx.de you wrote:
 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  = 0xfe08
 
 Remove these unnecessary files.
 
 Signed-off-by: Wolfgang Denk w...@denx.de
 Cc: Scott McNutt smcn...@psyent.com
 Cc: Wolfgang Wegner w.weg...@astro-kom.de
 Cc: Josef Wagner wag...@microsys.de
 Cc: Tolunay Orkun tor...@nextio.com
 Cc: Frank Panno fpa...@delphintech.com
 Cc: Heiko Schocher h...@denx.de
 Cc: Brad Kemp brad.k...@seranoa.com
 ---
  arch/nios2/cpu/config.mk   |   24 
  board/astro/mcf5373l/config.mk |   25 -
  board/atc/config.mk|   28 
  board/cmi/config.mk|   28 
  board/cpc45/config.mk  |   28 
  board/cpu86/config.mk  |   28 
  board/cpu87/config.mk  |   28 
  board/csb272/config.mk |   31 ---
  board/csb472/config.mk |   31 ---
  board/ep8260/config.mk |   28 
  board/genietv/config.mk|   24 
  board/icu862/config.mk |   28 
  board/ids8247/config.mk|   27 ---
  board/mpl/pati/config.mk   |   24 
  board/pm826/config.mk  |   27 ---
  board/pm828/config.mk  |   27 ---
  board/ppmc7xx/config.mk|   26 --
  board/ppmc8260/config.mk   |   32 
  board/siemens/SCM/config.mk|   27 ---
  board/tqc/tqm8260/config.mk|   27 ---
  board/tqc/tqm8272/config.mk|   27 ---
  board/westel/amx860/config.mk  |   24 
  22 files changed, 0 insertions(+), 599 deletions(-)
  delete mode 100644 arch/nios2/cpu/config.mk
  delete mode 100644 board/astro/mcf5373l/config.mk
  delete mode 100644 board/atc/config.mk
  delete mode 100644 board/cmi/config.mk
  delete mode 100644 board/cpc45/config.mk
  delete mode 100644 board/cpu86/config.mk
  delete mode 100644 board/cpu87/config.mk
  delete mode 100644 board/csb272/config.mk
  delete mode 100644 board/csb472/config.mk
  delete mode 100644 board/ep8260/config.mk
  delete mode 100644 board/genietv/config.mk
  delete mode 100644 board/icu862/config.mk
  delete mode 100644 board/ids8247/config.mk
  delete mode 100644 board/mpl/pati/config.mk
  delete mode 100644 board/pm826/config.mk
  delete mode 100644 board/pm828/config.mk
  delete mode 100644 board/ppmc7xx/config.mk
  delete mode 100644 board/ppmc8260/config.mk
  delete mode 100644 board/siemens/SCM/config.mk
  delete mode 100644 board/tqc/tqm8260/config.mk
  delete mode 100644 board/tqc/tqm8272/config.mk
  delete mode 100644 board/westel/amx860/config.mk

Applied to next.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
If you'll excuse me a minute, I'm going to have a cup of coffee.
- broadcast from Apollo 11's LEM, Eagle, to Johnson  Space  Center,
Houston July 20, 1969, 7:27 P.M.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 1/2 ] [NEXT] Remove redundant config.mk files

2010-11-30 Thread Heiko Schocher
Hello Wolfgang,

Wolfgang Denk wrote:
 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  = 0xfe08
 
 Remove these unnecessary files.
 
 Signed-off-by: Wolfgang Denk w...@denx.de
 Cc: Scott McNutt smcn...@psyent.com
 Cc: Wolfgang Wegner w.weg...@astro-kom.de
 Cc: Josef Wagner wag...@microsys.de
 Cc: Tolunay Orkun tor...@nextio.com
 Cc: Frank Panno fpa...@delphintech.com
 Cc: Heiko Schocher h...@denx.de
 Cc: Brad Kemp brad.k...@seranoa.com
 ---

Thanks!

Acked-by: Heiko Schocherh...@denx.de

bye,
Heiko
-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 1/2 ] [NEXT] Remove redundant config.mk files

2010-11-28 Thread Wolfgang Denk
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  = 0xfe08

Remove these unnecessary files.

Signed-off-by: Wolfgang Denk w...@denx.de
Cc: Scott McNutt smcn...@psyent.com
Cc: Wolfgang Wegner w.weg...@astro-kom.de
Cc: Josef Wagner wag...@microsys.de
Cc: Tolunay Orkun tor...@nextio.com
Cc: Frank Panno fpa...@delphintech.com
Cc: Heiko Schocher h...@denx.de
Cc: Brad Kemp brad.k...@seranoa.com
---
 arch/nios2/cpu/config.mk   |   24 
 board/astro/mcf5373l/config.mk |   25 -
 board/atc/config.mk|   28 
 board/cmi/config.mk|   28 
 board/cpc45/config.mk  |   28 
 board/cpu86/config.mk  |   28 
 board/cpu87/config.mk  |   28 
 board/csb272/config.mk |   31 ---
 board/csb472/config.mk |   31 ---
 board/ep8260/config.mk |   28 
 board/genietv/config.mk|   24 
 board/icu862/config.mk |   28 
 board/ids8247/config.mk|   27 ---
 board/mpl/pati/config.mk   |   24 
 board/pm826/config.mk  |   27 ---
 board/pm828/config.mk  |   27 ---
 board/ppmc7xx/config.mk|   26 --
 board/ppmc8260/config.mk   |   32 
 board/siemens/SCM/config.mk|   27 ---
 board/tqc/tqm8260/config.mk|   27 ---
 board/tqc/tqm8272/config.mk|   27 ---
 board/westel/amx860/config.mk  |   24 
 22 files changed, 0 insertions(+), 599 deletions(-)
 delete mode 100644 arch/nios2/cpu/config.mk
 delete mode 100644 board/astro/mcf5373l/config.mk
 delete mode 100644 board/atc/config.mk
 delete mode 100644 board/cmi/config.mk
 delete mode 100644 board/cpc45/config.mk
 delete mode 100644 board/cpu86/config.mk
 delete mode 100644 board/cpu87/config.mk
 delete mode 100644 board/csb272/config.mk
 delete mode 100644 board/csb472/config.mk
 delete mode 100644 board/ep8260/config.mk
 delete mode 100644 board/genietv/config.mk
 delete mode 100644 board/icu862/config.mk
 delete mode 100644 board/ids8247/config.mk
 delete mode 100644 board/mpl/pati/config.mk
 delete mode 100644 board/pm826/config.mk
 delete mode 100644 board/pm828/config.mk
 delete mode 100644 board/ppmc7xx/config.mk
 delete mode 100644 board/ppmc8260/config.mk
 delete mode 100644 board/siemens/SCM/config.mk
 delete mode 100644 board/tqc/tqm8260/config.mk
 delete mode 100644 board/tqc/tqm8272/config.mk
 delete mode 100644 board/westel/amx860/config.mk

diff --git a/arch/nios2/cpu/config.mk b/arch/nios2/cpu/config.mk
deleted file mode 100644
index f228d72..000
--- a/arch/nios2/cpu/config.mk
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# (C) Copyright 2000
-# Wolfgang Denk, DENX Software Engineering, w...@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
-#
-
-PLATFORM_RELFLAGS +=
diff --git a/board/astro/mcf5373l/config.mk b/board/astro/mcf5373l/config.mk
deleted file mode 100644
index ad63dd1..000
--- a/board/astro/mcf5373l/config.mk
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# (C) Copyright 2000-2003
-# Wolfgang Denk, DENX Software Engineering, w...@denx.de.
-# Coldfire contribution by Bernhard Kuhn bk...@metrowerks.com
-#
-# 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
-#