blob: c45ad27594218c6e2f19d1b7451c34173abad294 [file] [log] [blame]
/ {
images {
fdt-boston {
description = "img,boston Device Tree";
data = /incbin/("boot/dts/img/boston.dtb");
type = "flat_dt";
arch = "mips";
compression = "none";
hash {
algo = "sha1";
};
};
};
configurations {
conf-boston {
description = "Boston Linux kernel";
kernel = "kernel";
fdt = "fdt-boston";
};
};
};