mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
1736575b0c
When used with hierarchical images, use the Chromium OS convention of adding a section before all the subentries it contains. Signed-off-by: Simon Glass <sjg@chromium.org>
22 lines
258 B
Text
22 lines
258 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
end-at-4gb;
|
|
size = <0x180>;
|
|
u-boot {
|
|
};
|
|
section {
|
|
pad-byte = <0x62>;
|
|
intel-mrc {
|
|
};
|
|
fmap {
|
|
offset = <0x20>;
|
|
};
|
|
};
|
|
};
|
|
};
|