public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH][ATMEL] Fix compiler error for cpu at91sam9, if lowlevel init is enabled
@ 2011-06-29  9:40 esw at bus-elektronik.de
  2011-06-30  8:54 ` Reinhard Meyer
  0 siblings, 1 reply; 6+ messages in thread
From: esw at bus-elektronik.de @ 2011-06-29  9:40 UTC (permalink / raw)
  To: u-boot

* Fix compiler error for cpu at91sam9, if lowlevel init is enabled
* use correct ATMEL_ name scheme to define ATMEL_BASE_SDRAMC

Signed-off-by: Jens Scharsig
---
 arch/arm/include/asm/arch-at91/at91sam9_sdramc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/include/asm/arch-at91/at91sam9_sdramc.h
b/arch/arm/include/asm/arch-at91/at91sam9_sdramc.h
index 54159a7..2d4c49e 100644
--- a/arch/arm/include/asm/arch-at91/at91sam9_sdramc.h
+++ b/arch/arm/include/asm/arch-at91/at91sam9_sdramc.h
@@ -20,7 +20,7 @@
 #ifdef __ASSEMBLY__

 #ifndef ATMEL_BASE_SDRAMC
-#define ATMEL_BASE_SDRAMC	AT91_SDRAMC0_BASE
+#define ATMEL_BASE_SDRAMC	ATMEL_BASE_SDRAMC0
 #endif

 #define AT91_ASM_SDRAMC_MR	ATMEL_BASE_SDRAMC
-- 
1.7.3.4

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

end of thread, other threads:[~2011-07-04  7:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-29  9:40 [U-Boot] [PATCH][ATMEL] Fix compiler error for cpu at91sam9, if lowlevel init is enabled esw at bus-elektronik.de
2011-06-30  8:54 ` Reinhard Meyer
2011-06-30  9:51   ` Jens Scharsig
2011-07-03 21:06     ` Albert ARIBAUD
2011-07-04  6:09       ` Jens Scharsig
2011-07-04  7:28       ` [U-Boot] [PATCH][ATMEL] Fix author names Reinhard Meyer

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