Merge pull request #4 from pulp-platform/marsellus

Marsellus
This commit is contained in:
haugoug 2020-02-13 18:10:22 +01:00 committed by GitHub
commit 15fb73ff16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
/*