diff options
author | Wolfgang Denk <wd@denx.de> | 2010-11-23 13:20:22 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-11-27 23:35:11 +0100 |
commit | 085ecde156beb0609ca67d4a7b7c6ebbb4463a91 (patch) | |
tree | cc455b98bc89383081d78fbf7aa99c75255fd4df /board/manroland | |
parent | 566d49a3f508670baca73371ae0064caa2bcb836 (diff) | |
download | u-boot-imx-085ecde156beb0609ca67d4a7b7c6ebbb4463a91.zip u-boot-imx-085ecde156beb0609ca67d4a7b7c6ebbb4463a91.tar.gz u-boot-imx-085ecde156beb0609ca67d4a7b7c6ebbb4463a91.tar.bz2 |
5xxx: Cleanup for partial linking and --gc-sections
Signed-off-by: Wolfgang Denk <wd@denx.de>
Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/manroland')
-rw-r--r-- | board/manroland/hmi1001/config.mk | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/board/manroland/hmi1001/config.mk b/board/manroland/hmi1001/config.mk deleted file mode 100644 index 54dc1c4..0000000 --- a/board/manroland/hmi1001/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 |