23 lines
363 B
ArmAsm
23 lines
363 B
ArmAsm
|
/ {
|
||
|
images {
|
||
|
fdt@boston {
|
||
|
description = "img,boston Device Tree";
|
||
|
data = /incbin/("boot/dts/img/boston.dtb");
|
||
|
type = "flat_dt";
|
||
|
arch = "mips";
|
||
|
compression = "none";
|
||
|
hash@0 {
|
||
|
algo = "sha1";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
|
||
|
configurations {
|
||
|
conf@boston {
|
||
|
description = "Boston Linux kernel";
|
||
|
kernel = "kernel@0";
|
||
|
fdt = "fdt@boston";
|
||
|
};
|
||
|
};
|
||
|
};
|