mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00

Fix the check for the __bss_size symbol, since it may be 0. Unfortunately there was no test coverage for this. Signed-off-by: Simon Glass <sjg@chromium.org>
13 lines
134 B
Text
13 lines
134 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
u-boot-spl {
|
|
};
|
|
};
|
|
};
|