]> git.ipfire.org Git - thirdparty/grub.git/commit
RISC-V: Use common linux loader
authorAtish Patra <atishp@rivosinc.com>
Thu, 9 Mar 2023 23:59:53 +0000 (15:59 -0800)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 29 Mar 2023 18:35:05 +0000 (20:35 +0200)
commit1e7ea5abdd154aa4eb4ffaa392b75381d50065f5
tree1a93f12bad059df99818c40ba14b7617a3e8607c
parent067bd35cd420034a068f5951947e6470533d1d48
RISC-V: Use common linux loader

RISC-V doesn't have to do anything very different from other architectures
to loader EFI stub linux kernel. As a result, just use the common linux
loader instead of defining a RISC-V specific linux loader.

Signed-off-by: Atish Patra <atishp@rivosinc.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/Makefile.core.def
grub-core/loader/riscv/linux.c [deleted file]