summaryrefslogtreecommitdiffstats
path: root/board/manroland
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-11-28 21:18:58 +0100
committerWolfgang Denk <wd@denx.de>2010-12-09 10:27:41 +0100
commit2ced53e1ad552a7a192b2f3c9671e60eb668ecfa (patch)
tree956d71a28526f6bc0147d986459cd1661639db69 /board/manroland
parent263d5c2f84350703d31ccbfb76c6853570278e6c (diff)
downloadblackbird-obmc-uboot-2ced53e1ad552a7a192b2f3c9671e60eb668ecfa.tar.gz
blackbird-obmc-uboot-2ced53e1ad552a7a192b2f3c9671e60eb668ecfa.zip
Move LDSCRIPT definitions to board config files.
Recent cleanup actions resulted in a number of config.mk files that contained only LDSCRIPT definitions. Move these into th respective board config files and remove the now empty config.mk files. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Matthias Fuchs <matthias.fuchs@esd-electronics.com> Cc: Detlev Zundel <dzu@denx.de> Cc: Heiko Schocher <hs@denx.de> Cc: Andre Schwarz <andre.schwarz@matrix-vision.de> Cc: Peter De Schrijver <p2@mind.be> Acked-by: Detlev Zundel < dzu@denx.de> Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de> Acked-by: Heiko Schocher<hs@denx.de> Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Diffstat (limited to 'board/manroland')
-rw-r--r--board/manroland/uc101/config.mk24
1 files changed, 0 insertions, 24 deletions
diff --git a/board/manroland/uc101/config.mk b/board/manroland/uc101/config.mk
deleted file mode 100644
index 54dc1c479a..0000000000
--- a/board/manroland/uc101/config.mk
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# (C) Copyright 2004
-# 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
-#
-
-LDSCRIPT := $(SRCTREE)/arch/powerpc/cpu/mpc5xxx/u-boot-customlayout.lds
OpenPOWER on IntegriCloud