From patchwork Wed Mar 9 13:16:55 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Schwierzeck X-Patchwork-Id: 86107 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 13774B6FB9 for ; Thu, 10 Mar 2011 00:17:51 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5BF7628095; Wed, 9 Mar 2011 14:17:35 +0100 (CET) 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 4TEDr4nNUH5M; Wed, 9 Mar 2011 14:17:35 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B2B4328096; Wed, 9 Mar 2011 14:17:20 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0D5182807F for ; Wed, 9 Mar 2011 14:17:15 +0100 (CET) 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 SYJvOPiWvkf4 for ; Wed, 9 Mar 2011 14:17:14 +0100 (CET) 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-bw0-f44.google.com (mail-bw0-f44.google.com [209.85.214.44]) by theia.denx.de (Postfix) with ESMTPS id C531628084 for ; Wed, 9 Mar 2011 14:17:13 +0100 (CET) Received: by mail-bw0-f44.google.com with SMTP id 13so603743bwz.3 for ; Wed, 09 Mar 2011 05:17:13 -0800 (PST) Received: by 10.204.167.65 with SMTP id p1mr5551377bky.207.1299676633550; Wed, 09 Mar 2011 05:17:13 -0800 (PST) Received: from localhost.localdomain (dslb-088-073-208-151.pools.arcor-ip.net [88.73.208.151]) by mx.google.com with ESMTPS id x6sm1289031bkv.12.2011.03.09.05.17.11 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 Mar 2011 05:17:12 -0800 (PST) From: daniel.schwierzeck@googlemail.com To: u-boot@lists.denx.de Date: Wed, 9 Mar 2011 14:16:55 +0100 Message-Id: <1299676619-7963-3-git-send-email-daniel.schwierzeck@googlemail.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1299676619-7963-1-git-send-email-daniel.schwierzeck@googlemail.com> References: <1299676619-7963-1-git-send-email-daniel.schwierzeck@googlemail.com> Cc: sr@denx.de, Daniel Schwierzeck Subject: [U-Boot] [RFC PATCH 2/6] Mips: Purple: Adapt u-boot.lds to changed CPU directory layout 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 This fixes a linker error introduced by the previous commit. Signed-off-by: Daniel Schwierzeck Cc: Shinya Kuribayashi --- board/purple/u-boot.lds | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- 1.7.4.1 diff --git a/board/purple/u-boot.lds b/board/purple/u-boot.lds index 719f268..982937d 100644 --- a/board/purple/u-boot.lds +++ b/board/purple/u-boot.lds @@ -34,7 +34,7 @@ SECTIONS . = ALIGN(4); .text : { - arch/mips/cpu/start.o (.text) + arch/mips/cpu/mips32/start.o (.text) board/purple/lowlevel_init.o (.text) . = DEFINED(env_offset) ? env_offset : .; common/env_embedded.o (.ppcenv)