Re: [U-Boot] [PATCH] Fixed ordering of MDDRC config registers to unbreak mpc5121ads patch

2009-09-25 Thread m marx
:17:22 AM To: Martha M Stan mm...@silicontkx.com Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH] Fixed ordering of MDDRC config registers to unbreak mpc5121ads patch Dear Martha M Stan, In message 1253885565511-git-send-email-mm...@silicontkx.com you wrote: No errors this time Please

Re: [U-Boot] [PATCH] Fixed ordering of MDDRC config registers to unbreak mpc5121ads patch

2009-09-25 Thread Wolfgang Denk
Dear Martha M Stan, In message <1253885565511-git-send-email-mm...@silicontkx.com> you wrote: > No errors this time Please consider these NAKed, too. Mapping an array on top of a strucxt is just calling for trouble. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfga

Re: [U-Boot] [PATCH] Fixed ordering of MDDRC config registers to unbreak mpc5121ads patch

2009-09-25 Thread Wolfgang Denk
Dear Martha M Stan, In message <12538848343158-git-send-email-mm...@silicontkx.com> you wrote: > Signed-off-by: Martha M Stan > --- > cpu/mpc512x/fixed_sdram.c | 23 +++ > 1 files changed, 15 insertions(+), 8 deletions(-) > > diff --git a/cpu/mpc512x/fixed_sdram.c b/cpu/mp

[U-Boot] [PATCH] Fixed ordering of MDDRC config registers to unbreak mpc5121ads patch

2009-09-25 Thread Martha M Stan
No errors this time Signed-off-by: Martha M Stan --- cpu/mpc512x/fixed_sdram.c | 29 - 1 files changed, 20 insertions(+), 9 deletions(-) diff --git a/cpu/mpc512x/fixed_sdram.c b/cpu/mpc512x/fixed_sdram.c index 673d61e..1f6295f 100644 --- a/cpu/mpc512x/fixed_sdram.c

[U-Boot] [PATCH] Fixed ordering of MDDRC config registers to unbreak mpc5121ads patch

2009-09-25 Thread Martha M Stan
3rd time's a charm -- Wolfgang had also changed the Elpida patch one so I fixed the reg ordering in it too. Signed-off-by: Martha M Stan --- board/freescale/mpc5121ads/mpc5121ads.c |2 +- cpu/mpc512x/fixed_sdram.c | 29 - 2 files changed, 21 inser

[U-Boot] [PATCH] Fixed ordering of MDDRC config registers to unbreak mpc5121ads patch

2009-09-25 Thread Martha M Stan
Signed-off-by: Martha M Stan --- cpu/mpc512x/fixed_sdram.c | 23 +++ 1 files changed, 15 insertions(+), 8 deletions(-) diff --git a/cpu/mpc512x/fixed_sdram.c b/cpu/mpc512x/fixed_sdram.c index 673d61e..7617e31 100644 --- a/cpu/mpc512x/fixed_sdram.c +++ b/cpu/mpc512x/fixed_sd