[Buildroot] [git commit] configs/beaglev_defconfig: Enable BR2_RISCV_ISA_CUSTOM_RVA explicitly

Yann E. MORIN yann.morin.1998 at free.fr
Mon Jun 26 17:02:03 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=3a4ce27f562b1d8f56e3ed256f035c1ee60301ec
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

BR2_RISCV_ISA_CUSTOM_RVA is currently not explicitly listed as it is
selected by BR2_riscv_custom. This looks confusing. Let's enable it.

Signed-off-by: Bin Meng <bmeng at tinylab.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 configs/beaglev_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/beaglev_defconfig b/configs/beaglev_defconfig
index 79af8c2ece..42c732b973 100644
--- a/configs/beaglev_defconfig
+++ b/configs/beaglev_defconfig
@@ -1,6 +1,7 @@
 BR2_riscv=y
 BR2_riscv_custom=y
 BR2_RISCV_ISA_CUSTOM_RVM=y
+BR2_RISCV_ISA_CUSTOM_RVA=y
 BR2_RISCV_ISA_CUSTOM_RVF=y
 BR2_RISCV_ISA_CUSTOM_RVD=y
 BR2_RISCV_ISA_CUSTOM_RVC=y



More information about the buildroot mailing list