diff --git a/kernel/chips/dustin/link.ld b/kernel/chips/dustin/link.ld index 04c8ef0..cf47608 100644 --- a/kernel/chips/dustin/link.ld +++ b/kernel/chips/dustin/link.ld @@ -3,7 +3,7 @@ OUTPUT_ARCH(riscv) ENTRY( _start ) MEMORY { - L2 : ORIGIN = 0x1c000004, LENGTH = 0x0003fffc + L2 : ORIGIN = 0x1c000004, LENGTH = 0x0001fffc L1 : ORIGIN = 0x10000004, LENGTH = 0x0001fffc }