The configuration file that uses FML13V01 by default.

Signed-off-by: yang.wang <yang.wang@deepcomputing.io>
This commit is contained in:
yang.wang
2025-01-08 16:18:16 +08:00
parent fa2c22c776
commit af14883d1a
4 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ linux_wrkdir := $(wrkdir)/linux
ifeq ($(HWBOARD), evb)
linux_defconfig := $(linux_srcdir)/arch/riscv/configs/starfive_jh7110_defconfig
else
linux_defconfig := $(linux_srcdir)/arch/riscv/configs/starfive_visionfive2_defconfig
linux_defconfig := $(linux_srcdir)/arch/riscv/configs/fml13v01_defconfig
endif
vmlinux := $(linux_wrkdir)/vmlinux