2017-05-31 23:57:23 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
/ {
|
|
|
|
description = "U-Boot mainline";
|
|
|
|
#address-cells = <1>;
|
|
|
|
|
|
|
|
images {
|
2017-12-04 02:05:09 +00:00
|
|
|
kernel {
|
2019-01-16 18:49:56 +00:00
|
|
|
description = "U-Boot mainline ";
|
2017-05-31 23:57:23 +00:00
|
|
|
type = "kernel_noload";
|
|
|
|
arch = "arm";
|
|
|
|
os = "linux";
|
|
|
|
data = /incbin/("../.././b/nyan-big/u-boot.bin");
|
|
|
|
compression = "none";
|
|
|
|
load = <0>;
|
|
|
|
entry = <0>;
|
2017-12-04 02:05:09 +00:00
|
|
|
hash-2 {
|
2017-05-31 23:57:23 +00:00
|
|
|
algo = "sha1";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2017-12-04 02:05:09 +00:00
|
|
|
fdt-1{
|
2017-05-31 23:57:23 +00:00
|
|
|
description = "tegra124-nyan-big.dtb";
|
|
|
|
data = /incbin/("../.././b/nyan-big/u-boot.dtb");
|
|
|
|
type = "flat_dt";
|
|
|
|
arch = "arm";
|
|
|
|
compression = "none";
|
2017-12-04 02:05:09 +00:00
|
|
|
hash-1{
|
2017-05-31 23:57:23 +00:00
|
|
|
algo = "sha1";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
configurations {
|
2017-12-04 02:05:09 +00:00
|
|
|
default = "config-1";
|
|
|
|
config-1 {
|
2017-05-31 23:57:23 +00:00
|
|
|
description = "Boot U-Boot";
|
2017-12-04 02:05:09 +00:00
|
|
|
kernel = "kernel";
|
|
|
|
fdt = "fdt-1";
|
2017-05-31 23:57:23 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|