From patchwork Tue Sep 25 00:30:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 186645 X-Patchwork-Delegate: trini@ti.com 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 D941A2C007C for ; Tue, 25 Sep 2012 10:32:11 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5FA82280AC; Tue, 25 Sep 2012 02:32:09 +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 ChsoEp+0V7Iy; Tue, 25 Sep 2012 02:32:09 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DB2B828081; Tue, 25 Sep 2012 02:31:43 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B3D5628088 for ; Tue, 25 Sep 2012 02:31:31 +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 MmukDO97qZ+U for ; Tue, 25 Sep 2012 02:31:31 +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-pb0-f44.google.com (mail-pb0-f44.google.com [209.85.160.44]) by theia.denx.de (Postfix) with ESMTPS id 0BA2D2807F for ; Tue, 25 Sep 2012 02:31:26 +0200 (CEST) Received: by mail-pb0-f44.google.com with SMTP id ro8so2664543pbb.3 for ; Mon, 24 Sep 2012 17:31:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=+zj/Y6aa1mRgpWFfwFL+Avnhg/5+jigvHvglXlysetk=; b=0D8bvVyM1b5AlbI85n5Gki0ooTnKFq47EkWEbz/hRPLpA1zpyyXNFHjhhhGvANc2yn 4+TN7O3vDSbR9SUPMAS4FUbtzVO6WLjHbr9PBKk0zNxM+AG9TYaEDXzOffivteuUUicN FyQUxc2LeUpIc78C8+vWr18GkYA3MDLhiAcWhRvSqkc75U+0Mgpn4JsDw+lzihCkNvMm di3E4Haa9M2ABHbG8wYLk5YDUewpj6j1HbQQilCwpiESgM4DFnPQkVqQL3ORvA3rxgAI jUEmwJOBsaBM4uwGUlgFjitJMtfHs70ogO3MuIhld1vV/WdVX14GSVdICfTCdf7+TmEd Qfpw== Received: by 10.68.217.130 with SMTP id oy2mr40691739pbc.144.1348533086626; Mon, 24 Sep 2012 17:31:26 -0700 (PDT) Received: from localhost.localdomain (ip68-230-54-74.ph.ph.cox.net. [68.230.54.74]) by mx.google.com with ESMTPS id pj10sm10377538pbb.46.2012.09.24.17.31.24 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 24 Sep 2012 17:31:25 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Date: Mon, 24 Sep 2012 17:30:43 -0700 Message-Id: <1348533068-13038-6-git-send-email-trini@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1348533068-13038-1-git-send-email-trini@ti.com> References: <1348533068-13038-1-git-send-email-trini@ti.com> Cc: Sudhakar Rajashekhara , Pavel Machek , Christian Riesch Subject: [U-Boot] [PATCH v7 05/29] omap-common: SPL: Fix whitespace in omap-common/u-boot-spl.lds. X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 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 From: Pavel Machek Signed-off-by: Pavel Machek Signed-off-by: Tom Rini --- Changes in v6: - Add Pavel's whitespace fix to omap-common/u-boot-spl.lds arch/arm/cpu/armv7/omap-common/u-boot-spl.lds | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/cpu/armv7/omap-common/u-boot-spl.lds b/arch/arm/cpu/armv7/omap-common/u-boot-spl.lds index 8867e06..1d8efb2 100644 --- a/arch/arm/cpu/armv7/omap-common/u-boot-spl.lds +++ b/arch/arm/cpu/armv7/omap-common/u-boot-spl.lds @@ -37,9 +37,9 @@ SECTIONS { .text : { - __start = .; - arch/arm/cpu/armv7/start.o (.text) - *(.text*) + __start = .; + arch/arm/cpu/armv7/start.o (.text) + *(.text*) } >.sram . = ALIGN(4);