Browse Source

disable default qemu-virt64-riscv RVV.

xieyangrun 2 years ago
parent
commit
c750304d0d
2 changed files with 2 additions and 4 deletions
  1. 2 2
      bsp/qemu-virt64-riscv/.config
  2. 0 2
      bsp/qemu-virt64-riscv/rtconfig.h

+ 2 - 2
bsp/qemu-virt64-riscv/.config

@@ -984,8 +984,8 @@ CONFIG_BSP_USING_VIRTIO_NET=y
 # CONFIG_BSP_USING_UART1 is not set
 CONFIG_BOARD_QEMU_VIRT_RV64=y
 CONFIG_ENABLE_FPU=y
-CONFIG_ENABLE_VECTOR=y
-CONFIG_ARCH_VECTOR_VLEN_128=y
+# CONFIG_ENABLE_VECTOR is not set
+# CONFIG_ARCH_VECTOR_VLEN_128 is not set
 # CONFIG_ARCH_VECTOR_VLEN_256 is not set
 # CONFIG_RT_USING_USERSPACE_32BIT_LIMIT is not set
 CONFIG_ARCH_USING_NEW_CTX_SWITCH=y

+ 0 - 2
bsp/qemu-virt64-riscv/rtconfig.h

@@ -338,8 +338,6 @@
 #define BSP_USING_VIRTIO_NET
 #define BOARD_QEMU_VIRT_RV64
 #define ENABLE_FPU
-#define ENABLE_VECTOR
-#define ARCH_VECTOR_VLEN_128
 #define ARCH_USING_NEW_CTX_SWITCH
 #define __STACKSIZE__ 16384