summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/u-boot.h
diff options
context:
space:
mode:
authorMayuresh Chitale <mchitale@ventanamicro.com>2025-05-29 03:30:50 +0000
committerLeo Yu-Chi Liang <ycliang@andestech.com>2025-06-02 16:17:55 +0800
commit29a2025d77192e510580403b793ae027af19c81c (patch)
tree228f9cb4cbfc38916faf8c278d4fd5e6631054ae /arch/riscv/include/asm/u-boot.h
parent04fcd9a56bbb4e1fa8a9609804e4ca942a62b9c0 (diff)
Revert "riscv: Select appropriate image type"
This reverts commit 027a316828528da95a77d20632370b1bc2823f0b as discussed in [1]. [1] https://lists.denx.de/pipermail/u-boot/2025-May/590841.html Signed-off-by: Mayuresh Chitale <mchitale@ventanamicro.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Diffstat (limited to 'arch/riscv/include/asm/u-boot.h')
-rw-r--r--arch/riscv/include/asm/u-boot.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/riscv/include/asm/u-boot.h b/arch/riscv/include/asm/u-boot.h
index a90cc4c21cf..d5e1d5f3231 100644
--- a/arch/riscv/include/asm/u-boot.h
+++ b/arch/riscv/include/asm/u-boot.h
@@ -23,10 +23,6 @@
#include <asm/u-boot-riscv.h>
/* For image.h:image_check_target_arch() */
-#ifdef CONFIG_64BIT
-#define IH_ARCH_DEFAULT IH_ARCH_RISCV64
-#else
#define IH_ARCH_DEFAULT IH_ARCH_RISCV
-#endif
#endif /* _U_BOOT_H_ */