mirror of
https://xff.cz/git/u-boot/
synced 2025-10-04 17:01:34 +02:00
Add a test that we can pad the BSS with zero bytes. Signed-off-by: Simon Glass <sjg@chromium.org>
18 lines
142 B
Plaintext
18 lines
142 B
Plaintext
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
u-boot-spl {
|
|
};
|
|
|
|
u-boot-spl-bss-pad {
|
|
};
|
|
|
|
u-boot {
|
|
};
|
|
};
|
|
};
|