[U-Boot] [PATCH 2/2] mx51evk: correct internal RAM base address

Shawn Guo shawn.gsc at gmail.com
Mon Oct 25 17:14:41 CEST 2010


i.mx51 internal RAM starts from 0x1FFE0000 than 0x1FFE8000

Signed-off-by: Shawn Guo <shawn.gsc at gmail.com>
---
 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