From patchwork Fri Nov 8 23:50:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Nelson X-Patchwork-Id: 289941 X-Patchwork-Delegate: sbabic@denx.de 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 B066A2C00BA for ; Sat, 9 Nov 2013 10:51:19 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 811AD4A4D9; Sat, 9 Nov 2013 00:51:17 +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 5JLEhA0+bGNI; Sat, 9 Nov 2013 00:51:17 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 58ED14A4E5; Sat, 9 Nov 2013 00:51:15 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4A3A04A4D9 for ; Sat, 9 Nov 2013 00:51:13 +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 Ckqnd4QiaVSw for ; Sat, 9 Nov 2013 00:51:08 +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-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by theia.denx.de (Postfix) with ESMTPS id D692F4A49E for ; Sat, 9 Nov 2013 00:51:00 +0100 (CET) Received: by mail-pa0-f52.google.com with SMTP id bj1so2888424pad.25 for ; Fri, 08 Nov 2013 15:50:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=mto7rx20kJnY2AvnFow1HAdYKNb8qfECejsjfemYqdg=; b=S7N4SSBU7hdJfYM6P4g013O5Qeze8Z/V8BUb5f5bD2LMO8a+DJPPVR8NGVRbzHCJhE SFJXftIFsgdPJ8Q59XAC8cYP5+b9v6WNhjIT49UlXzFX9yud2Irv6lk0eWIlnZLzSNho 31hpjvwXoV/h/HFAxB352TVJDvFamB9zCPo/3t5XvH9gNFSaaspiaeS9SHkV3ZkuDFj0 jeLfdhAnL6Pkwt243bgsPrJ3ePljpkwNh6pb3G/Zym//8Cu+DloVn1hYW9xdE/LfcXNV ZKCnQ7zL7lhG/N9sam4ud8lt23Dt2ZUIdyGbd2txYPamsSaBOXvLmf87hCvG5pOq8cLV gUug== X-Gm-Message-State: ALoCoQnbuWwY/HXNEVh+UFbTU/hsSpvCTp/V1FOIAEvkIlFrUVEvPrNvYVbE7ribCnaxsR/BmLMT X-Received: by 10.66.25.208 with SMTP id e16mr18292501pag.131.1383954659322; Fri, 08 Nov 2013 15:50:59 -0800 (PST) Received: from ericsam.boundarydevices.com (75-172-223-163.phnx.qwest.net. [75.172.223.163]) by mx.google.com with ESMTPSA id tu6sm14624203pbc.41.2013.11.08.15.50.57 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 08 Nov 2013 15:50:58 -0800 (PST) From: Eric Nelson To: u-boot@lists.denx.de Date: Fri, 8 Nov 2013 16:50:53 -0700 Message-Id: <1383954653-17980-1-git-send-email-eric.nelson@boundarydevices.com> X-Mailer: git-send-email 1.8.1.2 Subject: [U-Boot] [PATCH] imx-common: remove extraneous semicolon from macro 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 Signed-off-by: Eric Nelson --- This was clearly a typo. arch/arm/imx-common/cpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/imx-common/cpu.c b/arch/arm/imx-common/cpu.c index 0cd2538..9231649 100644 --- a/arch/arm/imx-common/cpu.c +++ b/arch/arm/imx-common/cpu.c @@ -51,9 +51,9 @@ char *get_reset_cause(void) #if defined(CONFIG_MX53) || defined(CONFIG_MX6) #if defined(CONFIG_MX53) -#define MEMCTL_BASE ESDCTL_BASE_ADDR; +#define MEMCTL_BASE ESDCTL_BASE_ADDR #else -#define MEMCTL_BASE MMDC_P0_BASE_ADDR; +#define MEMCTL_BASE MMDC_P0_BASE_ADDR #endif static const unsigned char col_lookup[] = {9, 10, 11, 8, 12, 9, 9, 9}; static const unsigned char bank_lookup[] = {3, 2};