From ea661b8e014c6d6efc4bf75aa0ce724e130b5bbf Mon Sep 17 00:00:00 2001 From: Angelo Garofalo Date: Thu, 13 Feb 2020 10:16:45 +0100 Subject: [PATCH] modify ld accordingly to new mem size --- kernel/chips/marsellus/link.ld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/chips/marsellus/link.ld b/kernel/chips/marsellus/link.ld index 27c2397..70e35fb 100644 --- a/kernel/chips/marsellus/link.ld +++ b/kernel/chips/marsellus/link.ld @@ -3,8 +3,8 @@ OUTPUT_ARCH(riscv) ENTRY( _start ) MEMORY { - L2 : ORIGIN = 0x1c000004, LENGTH = 0x0007fffc - L1 : ORIGIN = 0x10000004, LENGTH = 0x0000fffc + L2 : ORIGIN = 0x1c000004, LENGTH = 0x000ffffc + L1 : ORIGIN = 0x10000004, LENGTH = 0x0001fffc } /*