aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 0eab92ca4b97..ac9de2661c0b 100644
--- a/arch/m68knommu/kernel/vmlinux.lds.S
+++ b/arch/m68knommu/kernel/vmlinux.lds.S
@@ -129,7 +129,7 @@
129 */ 129 */
130#if defined(CONFIG_M5208EVB) 130#if defined(CONFIG_M5208EVB)
131#define RAM_START 0x40020000 131#define RAM_START 0x40020000
132#define RAM_LENGTH 0x01e00000 132#define RAM_LENGTH 0x01fe0000
133#endif 133#endif
134 134
135/* 135/*