package/qemu: fix typo in help text of BR2_PACKAGE_QEMU_TARGET_RISCV32

33-bit was obviously a typo.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Waldemar Brodkorb 2024-05-13 22:47:39 +02:00 committed by Thomas Petazzoni
parent 103a55028c
commit e23a44bbcb

View File

@ -289,7 +289,7 @@ config BR2_PACKAGE_QEMU_TARGET_RISCV32
bool "riscv32"
select BR2_PACKAGE_QEMU_FDT if BR2_PACKAGE_QEMU_SYSTEM
help
RISC-V 33-bit architecture.
RISC-V 32-bit architecture.
config BR2_PACKAGE_QEMU_TARGET_RISCV64
bool "riscv64"