From patchwork Sat May 21 09:13:14 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfgang Denk X-Patchwork-Id: 96685 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id E9F18B71A4 for ; Sat, 21 May 2011 19:13:30 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D5EBC2808D; Sat, 21 May 2011 11:13:27 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id muxa4d5Z4F4H; Sat, 21 May 2011 11:13:27 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3379B2808F; Sat, 21 May 2011 11:13:24 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4F7042808F for ; Sat, 21 May 2011 11:13:22 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hhm8dsfYGX9B for ; Sat, 21 May 2011 11:13:20 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by theia.denx.de (Postfix) with ESMTP id 069D82808D for ; Sat, 21 May 2011 11:13:18 +0200 (CEST) Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3A69A1C08DEE for ; Sat, 21 May 2011 11:13:18 +0200 (CEST) X-Auth-Info: WLWtVTLTqBEDZfikgwQG8vJqIHwb33p3oCcL6IAAPe8= Received: from diddl.denx.de (host-80-81-18-216.customer.m-online.net [80.81.18.216]) by smtp-auth.mnet-online.de (Postfix) with ESMTPA id 2F8FB1C00046 for ; Sat, 21 May 2011 11:13:18 +0200 (CEST) Received: from gemini.denx.de (unknown [10.0.0.2]) by diddl.denx.de (Postfix) with ESMTP id 0D44C20030EA for ; Sat, 21 May 2011 11:13:18 +0200 (CEST) Received: by gemini.denx.de (Postfix, from userid 500) id 85E471499BF0; Sat, 21 May 2011 11:13:17 +0200 (CEST) From: Wolfgang Denk To: u-boot@lists.denx.de Date: Sat, 21 May 2011 11:13:14 +0200 Message-Id: <1305969194-11721-1-git-send-email-wd@denx.de> X-Mailer: git-send-email 1.7.4.4 Subject: [U-Boot] [PATCH] MPC8xx: Make SPD823TS board build again X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Commit e59e356 "TFTP: net/tftp.c: add server mode receive" caused the size of some object files to grow which breaks the manually optimized linking for the SPD823TS board. Adjust linker script as needed. Signed-off-by: Wolfgang Denk --- board/spd8xx/u-boot.lds | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/board/spd8xx/u-boot.lds b/board/spd8xx/u-boot.lds index 950e1e6..a84e7fd 100644 --- a/board/spd8xx/u-boot.lds +++ b/board/spd8xx/u-boot.lds @@ -36,7 +36,6 @@ SECTIONS arch/powerpc/cpu/mpc8xx/traps.o (.text*) net/libnet.o (.text*) arch/powerpc/cpu/mpc8xx/libmpc8xx.o (.text*) - board/spd8xx/libspd8xx.o (.text*) *(.text.v*printf) . = DEFINED(env_offset) ? env_offset : .;