2 * Simple U-Boot uImage source file containing a single kernel
8 description = "Simple image with single Linux kernel";
13 description = "Vanilla Linux kernel";
14 data = /incbin/("./vmlinux.bin.gz");
33 description = "Boot Linux kernel";
41 For x86 a setup node is also required: see x86-fit-boot.txt.
46 description = "Simple image with single Linux kernel on x86";
51 description = "Vanilla Linux kernel";
52 data = /incbin/("./image.bin.lzo");
65 description = "Linux setup.bin";
66 data = /incbin/("./setup.bin");
82 description = "Boot Linux kernel";
89 Note: the above assumes a 32-bit kernel. To directly boot a 64-bit kernel,
90 change both arch values to "x86_64". U-Boot will then change to 64-bit mode
91 before booting the kernel (see boot_linux_kernel()).