Gitiles
Code Review
Sign In
192.168.1.100
/
T800
/
0b39b87cb0cd96fd68f16a6d004c85c06a954fb2
/
.
/
src
/
bsp
/
lk
/
dev
/
devices.ld
blob: 1e16e65d4141ad7b2e8959a57f237ddd516811cd [
file
] [
log
] [
blame
]
SECTIONS
{
.
devices
:
{
__devices
=
.;
KEEP
(*(.
devices
))
__devices_end
=
.;
}
}
INSERT AFTER
.
data
;