add debugging code
[cor.git] / arch / riscv / boot / loader.lds.S
blob47a5003c2e286650be7f633bf7b9c5a2250434af
1 /* SPDX-License-Identifier: GPL-2.0 */
3 #include <asm/page.h>
5 OUTPUT_ARCH(riscv)
6 ENTRY(_start)
8 SECTIONS
10         . = PAGE_OFFSET;
12         .payload : {
13                 *(.payload)
14                 . = ALIGN(8);
15         }