/ {
description = "FIT (Flattened Image Tree)";
#address-cells = <1>;
images {
kernel@1 {
description = "Linux kernel";
data = /incbin/("./arch/arm/boot/Image");
type = "kernel";
arch = "arm";
os = "linux";
compression = "none";
load = <0x80208000>;
entry = <0x80208000>;
hash@1 {
algo = "crc32";
};
hash@2 {
algo = "sha1";
};
};
fdt@1 {
description = "device tree blob";
data = /incbin/("./arch/arm/boot/arm-bd.dtb");
type = "flat_dt";
arch = "arm";
compression = "none";
hash@1 {
algo = "crc32";
};
hash@2 {
algo = "sha1";
};
};
};
configurations {
default = "config@1";
config@1 {
description = "FIT configuration";
kernel = "kernel@1";
fdt = "fdt@1";
};
};
};
/dts-v1/;
/ {
description = "FIT (Flattened Image Tree)";
#address-cells = <1>;
images {
kernel@1 {
description = "Linux kernel";
data = /incbin/("./arch/arm/boot/Image");
type = "kernel";
arch = "arm";
os = "linux";
compression = "none";
load = <0x80208000>;
entry = <0x80208000>;
hash@1 {
algo = "sha1";
};
};
fdt@1 {
description = "device tree blob";
data = /incbin/("./arch/arm/boot/arm-bd.dtb");
type = "flat_dt";
arch = "arm";
compression = "none";
hash@1 {
algo = "sha1";
};
};
ramdisk@1 {
description = "ramdisk";
data = /incbin/("./ramdisk.gz");
type = "ramdisk";
arch = "arm";
os = "linux";
compression = "gzip";
hash@1 {
algo = "sha1";
};
};
};
configurations {
default = "config@1";
config@1 {
description = "FIT configuration";
kernel = "kernel@1";
fdt = "fdt@1";
ramdisk = "ramdisk@1";
};
};
};
No comments:
Post a Comment