mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
ukify: add riscv32 to --efi-arch
It is supported in the arch mapping at the top and in elf2efi, so add it here too
This commit is contained in:
@@ -1810,7 +1810,7 @@ CONFIG_ITEMS = [
|
||||
ConfigItem(
|
||||
'--efi-arch',
|
||||
metavar='ARCH',
|
||||
choices=('ia32', 'x64', 'arm', 'aa64', 'riscv64', 'loongarch32', 'loongarch64'),
|
||||
choices=('ia32', 'x64', 'arm', 'aa64', 'riscv32', 'riscv64', 'loongarch32', 'loongarch64'),
|
||||
help='target EFI architecture',
|
||||
config_key='UKI/EFIArch',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user