mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
42 lines
594 B
Text
42 lines
594 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <1>;
|
||
|
|
||
|
binman {
|
||
|
u-boot {
|
||
|
};
|
||
|
fit {
|
||
|
description = "test-desc";
|
||
|
#address-cells = <1>;
|
||
|
fit,fdt-list = "of-list";
|
||
|
|
||
|
images {
|
||
|
kernel {
|
||
|
description = "ATF BL31";
|
||
|
type = "kernel";
|
||
|
arch = "ppc";
|
||
|
os = "linux";
|
||
|
compression = "gzip";
|
||
|
load = <00000000>;
|
||
|
entry = <00000000>;
|
||
|
hash-1 {
|
||
|
algo = "crc32";
|
||
|
};
|
||
|
hash-2 {
|
||
|
algo = "sha1";
|
||
|
};
|
||
|
blob-ext {
|
||
|
filename = "missing";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
u-boot-nodtb {
|
||
|
};
|
||
|
};
|
||
|
};
|