summaryrefslogtreecommitdiff
path: root/arch/m68knommu
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@snapgear.com>2006-01-10 06:43:39 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-10 17:31:27 (GMT)
commit694d855fbc797141960a3907019c442240ed8a0f (patch)
tree1e9a420cf68756935f560db339db1b133194a7a5 /arch/m68knommu
parent01829e7212dd9ba3fa68bf8afffc9a175c44cb04 (diff)
downloadlinux-fsl-qoriq-694d855fbc797141960a3907019c442240ed8a0f.tar.xz
[PATCH] m68knommu: fix ram length of m5208evb board
Adjust length of M5208EVB ram define. It should size up to 32MB after adding in the dBUG reserved 128k. Problem pointed out be Milton Miller <miltonm@bga.com>. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r--arch/m68knommu/kernel/vmlinux.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/kernel/vmlinux.lds.S b/arch/m68knommu/kernel/vmlinux.lds.S
index 0eab92c..ac9de26 100644
--- a/arch/m68knommu/kernel/vmlinux.lds.S
+++ b/arch/m68knommu/kernel/vmlinux.lds.S
@@ -129,7 +129,7 @@
*/
#if defined(CONFIG_M5208EVB)
#define RAM_START 0x40020000
-#define RAM_LENGTH 0x01e00000
+#define RAM_LENGTH 0x01fe0000
#endif
/*