drm/rockchip: vop2: Fix the windows switch between different layers
[drm/drm-misc.git] / arch / riscv / boot / loader.S
blobdcf88cf44dc1810be8d27ca467de079973577a15
1 /* SPDX-License-Identifier: GPL-2.0 */
3         .align 4
4         .section .payload, "ax", %progbits
5         .globl _start
6 _start:
7         .incbin "arch/riscv/boot/Image"