| * U-Boot uImage source file with a kernel and multiple compressed FDT blobs. |
| * Since the FDTs are compressed, configurations must provide a compatible |
| * string to match directly. |
| description = "Image with single Linux kernel and compressed FDT blobs"; |
| description = "Vanilla Linux kernel"; |
| data = /incbin/("./vmlinux.bin.gz"); |
| description = "Flattened Device Tree blob 1"; |
| data = /incbin/("./myboard-var1.dtb"); |
| description = "Flattened Device Tree blob 2"; |
| data = /incbin/("./myboard-var2.dtb"); |
| description = "Boot Linux kernel with FDT blob 1"; |
| compatible = "myvendor,myboard-variant1"; |
| description = "Boot Linux kernel with FDT blob 2"; |
| compatible = "myvendor,myboard-variant2"; |