uboot-bcm4908: include SoC in output files
[openwrt/staging/stintel.git] / target / linux / bcm4908 / image / bootfs-bcm4912.its
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 /include/ "bootfs.itsi"
4
5 / {
6 images {
7 uboot {
8 data = /incbin/("${images_dir}/u-boot/u-boot-bcm4912.bin");
9 };
10
11 fdt_uboot {
12 data = /incbin/("${images_dir}/u-boot/u-boot-bcm4912.dtb");
13 };
14
15 fdt_GTAX6000 {
16 description = "dtb";
17 data = /incbin/("${images_dir}/u-boot/GTAX6000.dtb");
18 type = "flat_dt";
19 compression = "none";
20
21 hash-1 {
22 algo = "sha256";
23 };
24 };
25 };
26
27 configurations {
28 conf_ub_GTAX6000 {
29 description = "GTAX6000";
30 fdt = "fdt_GTAX6000";
31 loadables = "atf", "uboot";
32 };
33 };
34 };