Skip to content

Commit 11a2031

Browse files
committed
its: r4: enable bpi-r4 lite
1 parent 2db2fe5 commit 11a2031

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

bpi-r4.its

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
algo = "sha1";
6363
};
6464
};
65-
/*fdt-base-lite {
65+
fdt-base-lite {
6666
description = "Flattened Device Tree blob BPI-R4 Lite";
6767
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7987a-bananapi-bpi-r4-lite.dtb");
6868
type = "flat_dt";
@@ -72,7 +72,7 @@
7272
hash-1 {
7373
algo = "sha1";
7474
};
75-
};*/
75+
};
7676
fdt-ov-sd {
7777
description = "Flattened Device Tree blob";
7878
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-sd.dtbo");
@@ -83,7 +83,7 @@
8383
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-emmc.dtbo");
8484
type = "flat_dt";
8585
};
86-
/* fdt-ov-lite-sd {
86+
fdt-ov-lite-sd {
8787
description = "Flattened Device Tree blob";
8888
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7987a-bananapi-bpi-r4-lite-sd.dtbo");
8989
type = "flat_dt";
@@ -112,7 +112,7 @@
112112
description = "DT overlay for R4Lite 2 pcie a 1 Lanes";
113113
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7987a-bananapi-bpi-r4-lite-2pcie-1L.dtbo");
114114
type = "flat_dt";
115-
};*/
115+
};
116116
fdt-ov-pro-cn15 {
117117
description = "DT overlay for R4Pro CN15";
118118
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-pro-cn15.dtbo");
@@ -192,15 +192,15 @@
192192
algo = "sha1";
193193
};
194194
};
195-
/*conf-base-r4lite {
195+
conf-base-r4lite {
196196
description = "Boot Linux kernel with base FDT blob for BPI-R4 Lite";
197197
kernel = "kernel-1";
198198
fdt = "fdt-base-lite";
199199
//ramdisk = "ramdisk-1";
200200
hash-1 {
201201
algo = "sha1";
202202
};
203-
};*/
203+
};
204204
conf-sd {
205205
description = "Boot Linux kernel with SD FDT blob";
206206
kernel = "kernel-1";
@@ -235,7 +235,7 @@
235235
description = "EMMC FDT overlay blob";
236236
fdt = "fdt-ov-pro-emmc";
237237
};
238-
/*ov-lite-sd {
238+
ov-lite-sd {
239239
description = "SD FDT overlay blob for R4 Lite";
240240
fdt = "fdt-ov-lite-sd";
241241
};
@@ -258,7 +258,7 @@
258258
ov-lite-2pcie1l {
259259
description = "2 PCIe 1Lane FDT overlay blob for R4 Lite";
260260
fdt = "fdt-ov-lite-2pcie";
261-
};*/
261+
};
262262
ov-pro-cn15 {
263263
description = "CN15 FDT overlay blob";
264264
fdt = "fdt-ov-pro-cn15";

0 commit comments

Comments
 (0)