mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
17 lines
149 B
Text
17 lines
149 B
Text
|
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <1>;
|
||
|
|
||
|
binman {
|
||
|
pad-byte = <0xff>;
|
||
|
u-boot-spl {
|
||
|
};
|
||
|
|
||
|
u-boot {
|
||
|
pos = <12>;
|
||
|
};
|
||
|
};
|
||
|
};
|