Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 4e6487207f8c300b19643025b2a44b3f > files > 15

uboot-tools-2011.03-1.fc14.x86_64.rpm

/*
 * Automatic software update for U-Boot
 * Make sure the flashing addresses ('load' prop) is correct for your board!
 */

/dts-v1/;

/ {
	description = "Automatic U-Boot update";
	#address-cells = <1>;

	images {
		update@1 {
			description = "U-Boot binary";
			data = /incbin/("./u-boot.bin");
			compression = "none";
			type = "firmware";
			load = <FFFC0000>;
			hash@1 {
				algo = "sha1";
			};
		};
	};
};