summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-06-02 08:40:37 -0600
committerTom Rini <[email protected]>2025-06-02 08:40:37 -0600
commit6f657c64c9c429a29f5b5e5167ef30825d23bb6d (patch)
tree50ed54a1c2d4c2390ca16d5315f17637b19bdaf7 /boot
parentb22a276f039f818d5564bec6637071cfc8a7e432 (diff)
parent31e215fde81417299e45a6ae4a7ee880fac84c37 (diff)
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscv
CI: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/26455 Thanks Conor and Yao for catching this issue. - Revert "RISC-V 32/64 images support" to fix compatibility issue
Diffstat (limited to 'boot')
-rw-r--r--boot/image.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/boot/image.c b/boot/image.c
index 45299a7dc33..139c5bd035a 100644
--- a/boot/image.c
+++ b/boot/image.c
@@ -92,8 +92,7 @@ static const table_entry_t uimage_arch[] = {
{ IH_ARCH_ARC, "arc", "ARC", },
{ IH_ARCH_X86_64, "x86_64", "AMD x86_64", },
{ IH_ARCH_XTENSA, "xtensa", "Xtensa", },
- { IH_ARCH_RISCV, "riscv", "RISC-V 32 Bit",},
- { IH_ARCH_RISCV64, "riscv64", "RISC-V 64 Bit",},
+ { IH_ARCH_RISCV, "riscv", "RISC-V", },
{ -1, "", "", },
};