From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 16 Nov 2008 09:21:03 +0100 Subject: [U-Boot] [PATCH-OMAP3 v2] OMAP3: Fix error in gpmc_init In-Reply-To: <49189233.0407560a.71cf.ffffd54c@mx.google.com> References: <49189233.0407560a.71cf.ffffd54c@mx.google.com> Message-ID: <20081116082103.GC19353@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 20:57 Mon 10 Nov , dirk.behme at googlemail.com wrote: > Fix error in gpmc_init() introduced with readl/writel conversion. Use base > addresses + offset, not offset only. Minor clean up by removing unused code. > > Signed-off-by: Dirk Behme > > --- > > Changes in v2: > > - Correct patch header style. > > v2 of this patch makes previous version v1 obsolete. > > Jean-Christophe: Would be nice if you could handle this patch with priority > as it prevents BeagleBoard from starting. Thanks! > > cpu/arm_cortexa8/omap3/mem.c | 9 +++------ > 1 files changed, 3 insertions(+), 6 deletions(-) Applied to u-boot-arm/omap3 Best Regards, J.