summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-orion5x
diff options
context:
space:
mode:
authorRogan Dawes <rogan@dawes.za.net>2011-04-13 23:54:53 +0530
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-04-27 19:38:08 +0200
commit286a5b253a5a154d8b0a1403258bc8b99600fc98 (patch)
tree4c85e61828a64a211637942f445e69d8bfe84960 /arch/arm/include/asm/arch-orion5x
parent81a9ab21ca4f1af85efd37de7baaad131f0e7edc (diff)
Orion5x: Correct DRAM bank detection
Diffstat (limited to 'arch/arm/include/asm/arch-orion5x')
-rw-r--r--arch/arm/include/asm/arch-orion5x/orion5x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-orion5x/orion5x.h b/arch/arm/include/asm/arch-orion5x/orion5x.h
index e3d3f76dbb..1dd9f65ab2 100644
--- a/arch/arm/include/asm/arch-orion5x/orion5x.h
+++ b/arch/arm/include/asm/arch-orion5x/orion5x.h
@@ -42,6 +42,7 @@
#define ORION5X_REGISTER(x) (ORION5X_REGS_PHY_BASE + x)
/* Documented registers */
+#define ORION5X_DRAM_BASE (ORION5X_REGISTER(0x01500))
#define ORION5X_TWSI_BASE (ORION5X_REGISTER(0x11000))
#define ORION5X_UART0_BASE (ORION5X_REGISTER(0x12000))
#define ORION5X_UART1_BASE (ORION5X_REGISTER(0x12100))