mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
21 lines
168 B
Text
21 lines
168 B
Text
|
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <1>;
|
||
|
|
||
|
binman {
|
||
|
end-at-4gb;
|
||
|
size = <0x80>;
|
||
|
|
||
|
u-boot {
|
||
|
};
|
||
|
|
||
|
intel-fit {
|
||
|
};
|
||
|
|
||
|
intel-fit-ptr {
|
||
|
};
|
||
|
};
|
||
|
};
|