Forráskód Böngészése

configs/andes_ae350_45: use BR2_riscv_g

As of upstream commit cbd91e89e43d600172c62fd1cbd33aa74d0a851a
we can use the default BR2_riscv_g to select IMAFD extensions and
still be able to enable additional extensions, such as the C extension
in our cse.

Suggested-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Yu Chien Peter Lin 1 éve
szülő
commit
3cf1f2e6cb
1 módosított fájl, 0 hozzáadás és 5 törlés
  1. 0 5
      configs/andes_ae350_45_defconfig

+ 0 - 5
configs/andes_ae350_45_defconfig

@@ -1,9 +1,4 @@
 BR2_riscv=y
-BR2_riscv_custom=y
-BR2_RISCV_ISA_RVM=y
-BR2_RISCV_ISA_RVA=y
-BR2_RISCV_ISA_RVF=y
-BR2_RISCV_ISA_RVD=y
 BR2_RISCV_ISA_RVC=y
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_0=y
 BR2_GLOBAL_PATCH_DIR="board/andes/ae350/patches"