public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
@ 2008-02-13 22:22 Jon Loeliger
  2008-02-13 23:00 ` Wolfgang Denk
  0 siblings, 1 reply; 3+ messages in thread
From: Jon Loeliger @ 2008-02-13 22:22 UTC (permalink / raw)
  To: u-boot

These replace direct structure references for IMMR sections.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
---
 include/asm-ppc/immap_86xx.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/asm-ppc/immap_86xx.h b/include/asm-ppc/immap_86xx.h
index 169725b..a15c6ec 100644
--- a/include/asm-ppc/immap_86xx.h
+++ b/include/asm-ppc/immap_86xx.h
@@ -1330,4 +1330,9 @@ typedef struct immap {
 
 extern immap_t  *immr;
 
+#define CFG_MPC86xx_DDR_OFFSET	(0x2000)
+#define CFG_MPC86xx_DDR_ADDR	(CFG_IMMR + CFG_MPC86xx_DDR_OFFSET)
+#define CFG_MPC86xx_DDR2_OFFSET	(0x6000)
+#define CFG_MPC86xx_DDR2_ADDR	(CFG_IMMR + CFG_MPC86xx_DDR2_OFFSET)
+
 #endif /*__IMMAP_86xx__*/
-- 
1.5.4.rc5.19.g0509eb

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot-Users] [PATCH] Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
  2008-02-13 22:22 [U-Boot-Users] [PATCH] Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols Jon Loeliger
@ 2008-02-13 23:00 ` Wolfgang Denk
  2008-02-13 23:09   ` Jon Loeliger
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2008-02-13 23:00 UTC (permalink / raw)
  To: u-boot

In message <1202941375-17056-1-git-send-email-jdl@freescale.com> you wrote:
> These replace direct structure references for IMMR sections.

Bug fix? Pull request?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
A woman should have compassion.
	-- Kirk, "Catspaw", stardate 3018.2

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot-Users] [PATCH] Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
  2008-02-13 23:00 ` Wolfgang Denk
@ 2008-02-13 23:09   ` Jon Loeliger
  0 siblings, 0 replies; 3+ messages in thread
From: Jon Loeliger @ 2008-02-13 23:09 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk wrote:
> In message <1202941375-17056-1-git-send-email-jdl@freescale.com> you wrote:
>> These replace direct structure references for IMMR sections.
> 
> Bug fix? Pull request?
> 
> Best regards,
> 
> Wolfgang Denk
> 

Posting of patches to the list! :-)

I place it into the mpc86xx repository for
a later pull request.

Thanks,
jdl

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-02-13 23:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-13 22:22 [U-Boot-Users] [PATCH] Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols Jon Loeliger
2008-02-13 23:00 ` Wolfgang Denk
2008-02-13 23:09   ` Jon Loeliger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox