mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
9255f3c58e
At present a small number of test files use hyphens instead of underscores. Rename them for consistency. Signed-off-by: Simon Glass <sjg@chromium.org>
19 lines
212 B
Text
19 lines
212 B
Text
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
sort-by-offset;
|
|
end-at-4gb;
|
|
size = <32>;
|
|
u-boot {
|
|
offset = <0xffffffe0>;
|
|
};
|
|
|
|
u-boot-spl {
|
|
offset = <0xffffffeb>;
|
|
};
|
|
};
|
|
};
|