projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41321fd
)
ARM: OMAP5: Correct the DRAM_ADDR_SPACE_END macro.
author
SRICHARAN R
<r.sricharan@ti.com>
Thu, 17 May 2012 00:12:09 +0000
(
00:12
+0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:22 +0000
(14:07 +0200)
OMAP5 evm board has 2GB of memory. So correct the
macro to take in to account of the full dram size.
Signed-off-by: R Sricharan <r.sricharan@ti.com>
arch/arm/include/asm/arch-omap5/omap.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-omap5/omap.h
b/arch/arm/include/asm/arch-omap5/omap.h
index e3f55d20201316a19f850adb858379daf772cdf3..2961c6b5fa8d950a2f6298f05b11def999d14139 100644
(file)
--- a/
arch/arm/include/asm/arch-omap5/omap.h
+++ b/
arch/arm/include/asm/arch-omap5/omap.h
@@
-40,7
+40,7
@@
#define OMAP54XX_L4_PER_BASE 0x48000000
#define OMAP54XX_DRAM_ADDR_SPACE_START 0x80000000
-#define OMAP54XX_DRAM_ADDR_SPACE_END 0x
D0000000
+#define OMAP54XX_DRAM_ADDR_SPACE_END 0x
FFFFFFFF
#define DRAM_ADDR_SPACE_START OMAP54XX_DRAM_ADDR_SPACE_START
#define DRAM_ADDR_SPACE_END OMAP54XX_DRAM_ADDR_SPACE_END