The configuration file that uses FML13V01 by default.
Signed-off-by: yang.wang <yang.wang@deepcomputing.io>
This commit is contained in:
2
Makefile
2
Makefile
@@ -35,7 +35,7 @@ linux_wrkdir := $(wrkdir)/linux
|
|||||||
ifeq ($(HWBOARD), evb)
|
ifeq ($(HWBOARD), evb)
|
||||||
linux_defconfig := $(linux_srcdir)/arch/riscv/configs/starfive_jh7110_defconfig
|
linux_defconfig := $(linux_srcdir)/arch/riscv/configs/starfive_jh7110_defconfig
|
||||||
else
|
else
|
||||||
linux_defconfig := $(linux_srcdir)/arch/riscv/configs/starfive_visionfive2_defconfig
|
linux_defconfig := $(linux_srcdir)/arch/riscv/configs/fml13v01_defconfig
|
||||||
endif
|
endif
|
||||||
|
|
||||||
vmlinux := $(linux_wrkdir)/vmlinux
|
vmlinux := $(linux_wrkdir)/vmlinux
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
fdt {
|
fdt {
|
||||||
data = /incbin/("../work/linux/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2-v1.3b.dtb");
|
data = /incbin/("../work/linux/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2-fml13v01.dtb");
|
||||||
type = "flat_dt";
|
type = "flat_dt";
|
||||||
arch = "riscv";
|
arch = "riscv";
|
||||||
load = <0x0 0x46000000>;
|
load = <0x0 0x46000000>;
|
||||||
|
|||||||
2
linux
2
linux
Submodule linux updated: 9dd55a98ab...16d3ad47fa
2
u-boot
2
u-boot
Submodule u-boot updated: 692c8f5c7a...e1a91d43cb
Reference in New Issue
Block a user