mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
c69d19c8f8
Some images may take a while to build, e.g. if they are large and use slow compression. Support compiling sections in parallel to speed things up. Signed-off-by: Simon Glass <sjg@chromium.org> (fixed to use a separate test file to fix flakiness)
21 lines
244 B
Text
21 lines
244 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
pad-byte = <0x26>;
|
|
size = <0x28>;
|
|
section@0 {
|
|
read-only;
|
|
size = <0x10>;
|
|
pad-byte = <0x21>;
|
|
|
|
u-boot {
|
|
};
|
|
};
|
|
};
|
|
};
|