From patchwork Thu Nov 10 16:37:39 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 124964 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 708D7100933 for ; Fri, 11 Nov 2011 03:53:40 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5611228A84; Thu, 10 Nov 2011 17:53:38 +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 66KWV16F6JRb; Thu, 10 Nov 2011 17:53:38 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C80E528B36; Thu, 10 Nov 2011 17:53:35 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4614A28B36 for ; Thu, 10 Nov 2011 17:53:33 +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 eBqXpde6A6-J for ; Thu, 10 Nov 2011 17:53:32 +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 AM1EHSOBE004.bigfish.com (am1ehsobe004.messaging.microsoft.com [213.199.154.207]) by theia.denx.de (Postfix) with ESMTPS id 6631228A84 for ; Thu, 10 Nov 2011 17:53:30 +0100 (CET) Received: from mail92-am1-R.bigfish.com (10.3.201.250) by AM1EHSOBE004.bigfish.com (10.3.204.24) with Microsoft SMTP Server id 14.1.225.22; Thu, 10 Nov 2011 16:53:05 +0000 Received: from mail92-am1 (localhost.localdomain [127.0.0.1]) by mail92-am1-R.bigfish.com (Postfix) with ESMTP id 1B96C1398E47; Thu, 10 Nov 2011 16:33:11 +0000 (UTC) X-SpamScore: 0 X-BigFish: VS0(zzzz1202hzz8275bhz2dh2a8h668h839h) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPVD:NLI; H:mail.freescale.net; RD:none; EFVD:NLI Received: from mail92-am1 (localhost.localdomain [127.0.0.1]) by mail92-am1 (MessageSwitch) id 1320942776408172_2633; Thu, 10 Nov 2011 16:32:56 +0000 (UTC) Received: from AM1EHSMHS015.bigfish.com (unknown [10.3.201.240]) by mail92-am1.bigfish.com (Postfix) with ESMTP id 1A1C02B0095; Thu, 10 Nov 2011 16:32:54 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by AM1EHSMHS015.bigfish.com (10.3.207.153) with Microsoft SMTP Server (TLS) id 14.1.225.22; Thu, 10 Nov 2011 16:32:56 +0000 Received: from az33smr01.freescale.net (10.64.34.199) by 039-SN1MMR1-002.039d.mgd.msft.net (10.84.1.15) with Microsoft SMTP Server id 14.1.339.2; Thu, 10 Nov 2011 10:33:03 -0600 Received: from localhost.localdomain ([10.29.240.141]) by az33smr01.freescale.net (8.13.1/8.13.0) with ESMTP id pAAGWuPV000856; Thu, 10 Nov 2011 10:33:01 -0600 (CST) From: Fabio Estevam To: Date: Thu, 10 Nov 2011 14:37:39 -0200 Message-ID: <1320943059-27514-1-git-send-email-fabio.estevam@freescale.com> X-Mailer: git-send-email 1.6.0.4 MIME-Version: 1.0 X-OriginatorOrg: freescale.com Cc: Fabio Estevam Subject: [U-Boot] [PATCH] mx28evk: Fix comment about the number of RAM banks 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: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de mx28evk has one bank of RAM. Fix the comment. Cc: Marek Vasut Signed-off-by: Fabio Estevam --- include/configs/m28evk.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h index 52dcd4a..d4bd207 100644 --- a/include/configs/m28evk.h +++ b/include/configs/m28evk.h @@ -80,7 +80,7 @@ /* * Memory configurations */ -#define CONFIG_NR_DRAM_BANKS 1 /* 2 banks of DRAM */ +#define CONFIG_NR_DRAM_BANKS 1 /* 1 bank of DRAM */ #define PHYS_SDRAM_1 0x40000000 /* Base address */ #define PHYS_SDRAM_1_SIZE 0x40000000 /* Max 1 GB RAM */ #define CONFIG_STACKSIZE 0x00010000 /* 128 KB stack */