File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 2929 algo = "sha1";
3030 };
3131 };
32+ fdt-base-2g5 {
33+ description = "Flattened Device Tree blob";
34+ data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-2g5.dtb");
35+ type = "flat_dt";
36+ arch = "arm64";
37+ load = <0x47000000>;
38+ compression = "none";
39+ hash-1 {
40+ algo = "sha1";
41+ };
42+ };
3243 fdt-ov-sd {
3344 description = "Flattened Device Tree blob";
3445 data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-sd.dtbo");
6273 algo = "sha1";
6374 };
6475 };
76+ conf-base-2g5 {
77+ description = "Boot Linux kernel with base FDT blob";
78+ kernel = "kernel-1";
79+ fdt = "fdt-base-2g5";
80+ //ramdisk = "ramdisk-1";
81+ hash-1 {
82+ algo = "sha1";
83+ };
84+ };
6585 conf-sd {
6686 description = "Boot Linux kernel with SD FDT blob";
6787 kernel = "kernel-1";
You can’t perform that action at this time.
0 commit comments