Sign in
opensecura
/
3p
/
tock
/
tock
/
43c84e049764125bdc420d9792ae1a442b489164
/
.
/
boards
/
arty_e21
/
layout.ld
blob: 4166f3c0b75cdca166c04f5f52a1cdf057be4a09 [
file
] [
log
] [
blame
]
MEMORY
{
rom
(
rx
)
:
ORIGIN
=
0x40400000
,
LENGTH
=
0x00030000
prog
(
rx
)
:
ORIGIN
=
0x40430000
,
LENGTH
=
1M
ram
(
rwx
)
:
ORIGIN
=
0x80000000
,
LENGTH
=
64K
}
MPU_MIN_ALIGN
=
8K
;
INCLUDE
../
kernel_layout
.
ld