[U-Boot] [PATCH v2 2/2] mx51evk: correct internal RAM base address
Shawn Guo
shawn.gsc at gmail.com
Tue Oct 26 04:13:25 CEST 2010
The internal RAM starts from 0x1FFE0000 on final revsion i.mx51
than 0x1FFE8000 which is for older revision.
Signed-off-by: Shawn Guo <shawn.gsc at gmail.com>
---
Changes for v2:
Rewrite the commit message for a better change log.
arch/arm/include/asm/arch-mx5/imx-regs.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/include/asm/arch-mx5/imx-regs.h b/arch/arm/include/asm/arch-mx5/imx-regs.h
index 3ddda40..bcab3db 100644
--- a/arch/arm/include/asm/arch-mx5/imx-regs.h
+++ b/arch/arm/include/asm/arch-mx5/imx-regs.h
@@ -26,7 +26,7 @@
/*
* IRAM
*/
-#define IRAM_BASE_ADDR 0x1FFE8000 /* internal ram */
+#define IRAM_BASE_ADDR 0x1FFE0000 /* internal ram */
/*
* Graphics Memory of GPU
*/
--
1.7.1
More information about the U-Boot
mailing list