[Buildroot] [git commit branch/next] configs/microchip_mpfs_icicle_defconfig: update instruction sets

Yann E. MORIN yann.morin.1998 at free.fr
Fri Aug 18 21:50:03 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=5e012a07041a4d9000da0a007dd4132f9a85e75a
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Update the instruction sets for MPFS icicle kit to mirror the
configuration update, i.e. It is now classed as a RISC-V G core with
support for C, IMAFDC.

Signed-off-by: Jamie Gibbons <jamie.gibbons at microchip.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 configs/microchip_mpfs_icicle_defconfig | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/configs/microchip_mpfs_icicle_defconfig b/configs/microchip_mpfs_icicle_defconfig
index 3fec246938..a3b3093982 100644
--- a/configs/microchip_mpfs_icicle_defconfig
+++ b/configs/microchip_mpfs_icicle_defconfig
@@ -1,9 +1,6 @@
 BR2_riscv=y
-BR2_riscv_custom=y
-BR2_RISCV_ISA_RVM=y
-BR2_RISCV_ISA_RVF=y
-BR2_RISCV_ISA_RVD=y
-BR2_RISCV_ISA_RVC=y
+BR2_riscv_g=y
+BR2_RISCV_ISA_CUSTOM_RVC=y
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
 BR2_TARGET_GENERIC_HOSTNAME="mpfs_icicle"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/microchip/mpfs_icicle/post-image.sh"



More information about the buildroot mailing list