Re: [U-Boot] [PATCH v2] powerpc/83xx: fix sdram initialization for keymile boards

2011-11-11 Thread Kim Phillips
On Thu, 10 Nov 2011 10:36:18 -0600 Kim Phillips wrote: > On Thu, 10 Nov 2011 15:52:43 +0100 > Holger Brunck wrote: > > > From: Andreas Huber > > > > commit b11f53f3 (keymile: Fix Coding style issues for keymile boards) > > introduces a bug according the SDRAM initialization for all > > km83xx

Re: [U-Boot] [PATCH v2] powerpc/83xx: fix sdram initialization for keymile boards

2011-11-10 Thread Kim Phillips
On Thu, 10 Nov 2011 15:52:43 +0100 Holger Brunck wrote: > From: Andreas Huber > > commit b11f53f3 (keymile: Fix Coding style issues for keymile boards) > introduces a bug according the SDRAM initialization for all > km83xx boards. > > im->ddr.sdram_cfg |= SDRAM_CFG_MEM_EN; > was replaced with

[U-Boot] [PATCH v2] powerpc/83xx: fix sdram initialization for keymile boards

2011-11-10 Thread Holger Brunck
From: Andreas Huber commit b11f53f3 (keymile: Fix Coding style issues for keymile boards) introduces a bug according the SDRAM initialization for all km83xx boards. im->ddr.sdram_cfg |= SDRAM_CFG_MEM_EN; was replaced with out_be32(&im->ddr.sdram_cfg, SDRAM_CFG_MEM_EN); and this is wrong, because