2 * Simple U-Boot uImage source file containing a single kernel and FDT blob
8 description = "Simple image with single Linux kernel and FDT blob";
13 description = "Vanilla Linux kernel";
14 data = /incbin/("../build/vmlinux.bin.lzma");
32 description = "Flattened Device Tree blob";
33 data = /incbin/("../build/target.dtb");
48 description = "Compressed Initramfs";
49 data = /incbin/("../build/initramfs");
68 compatible = "linuxboot";
69 description = "Boot Linux kernel with FDT blob";
72 ramdisk = "ramdisk-1";