Rtwo/kernel/motorola/sm8550/samples/acrn/payload.ld
2025-09-30 19:22:48 -05:00

9 lines
182 B
Text

/* SPDX-License-Identifier: GPL-2.0 */
SECTIONS
{
.payload16 0 : {
guest16 = .;
guest16.o(.text)
guest16_end = .;
}
}