From 5e012a07041a4d9000da0a007dd4132f9a85e75a Mon Sep 17 00:00:00 2001 From: Jamie Gibbons Date: Fri, 18 Aug 2023 11:43:00 +0100 Subject: [PATCH] configs/microchip_mpfs_icicle_defconfig: update instruction sets 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 Signed-off-by: Yann E. MORIN --- 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"