diff options
| author | Wolfgang Denk <[email protected]> | 2010-11-28 21:18:58 +0100 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2010-12-09 10:27:41 +0100 |
| commit | 2ced53e1ad552a7a192b2f3c9671e60eb668ecfa (patch) | |
| tree | 956d71a28526f6bc0147d986459cd1661639db69 /board/ml2 | |
| parent | 263d5c2f84350703d31ccbfb76c6853570278e6c (diff) | |
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 <[email protected]>
Cc: Matthias Fuchs <[email protected]>
Cc: Detlev Zundel <[email protected]>
Cc: Heiko Schocher <[email protected]>
Cc: Andre Schwarz <[email protected]>
Cc: Peter De Schrijver <[email protected]>
Acked-by: Detlev Zundel < [email protected]>
Acked-by: Andre Schwarz <[email protected]>
Acked-by: Heiko Schocher<[email protected]>
Acked-by: Matthias Fuchs <[email protected]>
Diffstat (limited to 'board/ml2')
| -rw-r--r-- | board/ml2/config.mk | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/board/ml2/config.mk b/board/ml2/config.mk deleted file mode 100644 index 06ba43fca5f..00000000000 --- a/board/ml2/config.mk +++ /dev/null @@ -1,25 +0,0 @@ -# -# (C) Copyright 2000 -# Wolfgang Denk, DENX Software Engineering, [email protected]. -# -# 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 -# - -# Use board specific linker script -LDSCRIPT := $(SRCTREE)/board/ml2/u-boot.lds |
