From patchwork Sat Jan 26 12:18:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Javier Martinez Canillas X-Patchwork-Id: 215900 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 8BC382C0098 for ; Sat, 26 Jan 2013 23:18:55 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5E8F84A08D; Sat, 26 Jan 2013 13:18:53 +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 hkLNKPQ86SJN; Sat, 26 Jan 2013 13:18:53 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 86FED4A090; Sat, 26 Jan 2013 13:18:50 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D8A1A4A090 for ; Sat, 26 Jan 2013 13:18:45 +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 T1Co9Sx6q7EH for ; Sat, 26 Jan 2013 13:18:44 +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-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by theia.denx.de (Postfix) with ESMTPS id 5E0374A08D for ; Sat, 26 Jan 2013 13:18:42 +0100 (CET) Received: by mail-wg0-f42.google.com with SMTP id 12so279914wgh.5 for ; Sat, 26 Jan 2013 04:18:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer :x-gm-message-state; bh=oUKK/kR1HWlHEzhe4yiw8QPp+3FErq1AR2EdOSpnHwg=; b=pj4rbnMYZRmh7EsAqUun2tql8AX4O/ss+ZP8lrhm1D0G/3FyVazZhr+oCy+geFGkc4 91oF54+toqgNTyDGz+sS+wVOM0qylstDa4g23xw+j4olJOp9Jiz0SVJKOh4+YTD3wIx0 2QLr9IBJATKsTCeKXp42pgeWpb5Wb/RW9r+HR3j6T+beFL23xmYTZPdpj5U+ybQSyXDo 6TkIdPHCyG/qtZIwHUB8Xc8Lb5kE7GixTNo5wvXJDyfYwhPwVOGvvkZ15fiCDsaRrBvm /C0Y/HWdeJlcqRgn0nCPNBq1sR0gYRkqftxyYuh/qml2QSjgFc1NxGY8nC9vu+UnPxtR U3Ew== X-Received: by 10.194.57.206 with SMTP id k14mr13305315wjq.26.1359202720987; Sat, 26 Jan 2013 04:18:40 -0800 (PST) Received: from localhost.localdomain (250.209.77.188.dynamic.jazztel.es. [188.77.209.250]) by mx.google.com with ESMTPS id cu7sm2334619wib.8.2013.01.26.04.18.39 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 26 Jan 2013 04:18:40 -0800 (PST) From: Javier Martinez Canillas To: Tom Rini Date: Sat, 26 Jan 2013 13:18:32 +0100 Message-Id: <1359202712-16731-1-git-send-email-javier.martinez@collabora.co.uk> X-Mailer: git-send-email 1.7.7.6 X-Gm-Message-State: ALoCoQlSzGT4BgmY4Ucd5/+D3TCc9uo9Obsc9ulUIjC16lzPRnOLrpDAOGXIbYIuQqbv7DXnlkC3 Cc: Javier Martinez Canillas , u-boot@lists.denx.de Subject: [U-Boot] [PATCH 1/1] OMAP3: igep00x0: fix a build warning on IGEP boards 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 commit b689cd5 OMAP3: use a single board file for IGEP devices introduced the following build warning: igep00x0.h:168:24: warning: backslash-newline at end of file [enabled by default] This patch fixes the issue. Signed-off-by: Javier Martinez Canillas --- board/isee/igep00x0/igep00x0.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/isee/igep00x0/igep00x0.h b/board/isee/igep00x0/igep00x0.h index 3a84335..ea1e9ac 100644 --- a/board/isee/igep00x0/igep00x0.h +++ b/board/isee/igep00x0/igep00x0.h @@ -167,4 +167,4 @@ static void setup_net_chip(void); #define MUX_IGEP0030() \ MUX_VAL(CP(UART1_TX), (IDIS | PTD | DIS | M0)) /* UART1_TX */\ - MUX_VAL(CP(UART1_RX), (IEN | PTD | DIS | M0)) /* UART1_RX */\ + MUX_VAL(CP(UART1_RX), (IEN | PTD | DIS | M0)) /* UART1_RX */