diff options
| author | Tom Rini <[email protected]> | 2025-06-02 08:40:37 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-02 08:40:37 -0600 |
| commit | 6f657c64c9c429a29f5b5e5167ef30825d23bb6d (patch) | |
| tree | 50ed54a1c2d4c2390ca16d5315f17637b19bdaf7 /include | |
| parent | b22a276f039f818d5564bec6637071cfc8a7e432 (diff) | |
| parent | 31e215fde81417299e45a6ae4a7ee880fac84c37 (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 'include')
| -rw-r--r-- | include/image.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/image.h b/include/image.h index 4620782c069..c1db8383459 100644 --- a/include/image.h +++ b/include/image.h @@ -138,8 +138,7 @@ enum { IH_ARCH_ARC, /* Synopsys DesignWare ARC */ IH_ARCH_X86_64, /* AMD x86_64, Intel and Via */ IH_ARCH_XTENSA, /* Xtensa */ - IH_ARCH_RISCV, /* RISC-V 32 bit*/ - IH_ARCH_RISCV64, /* RISC-V 64 bit*/ + IH_ARCH_RISCV, /* RISC-V */ IH_ARCH_COUNT, }; |
