drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / arch / riscv / boot / loader.lds.S
blob62d94696a19c71366d287b7ac286606b43e8bee7
1 /* SPDX-License-Identifier: GPL-2.0 */
3 #include <asm/page.h>
4 #include <asm/pgtable.h>
6 OUTPUT_ARCH(riscv)
7 ENTRY(_start)
9 SECTIONS
11         . = KERNEL_LINK_ADDR;
13         .payload : {
14                 *(.payload)
15                 . = ALIGN(8);
16         }