mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
18 lines
169 B
Text
18 lines
169 B
Text
|
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <1>;
|
||
|
|
||
|
binman {
|
||
|
size = <0x400>;
|
||
|
u-boot {
|
||
|
};
|
||
|
fdtmap {
|
||
|
};
|
||
|
image-header {
|
||
|
location = "end";
|
||
|
};
|
||
|
};
|
||
|
};
|