u-boot-brain/tools/binman/test/159_blob_ext_missing_sect.dts
Simon Glass b1cca9552c binman: Detect when valid images are not produced
When external blobs are missing, show a message indicating that the images
are not functional.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-07-25 14:46:57 -06:00

24 lines
273 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
binman {
size = <0x80>;
section {
blob-ext {
filename = "missing-file";
};
};
blob-ext2 {
type = "blob-ext";
filename = "missing-file2";
};
};
};