summaryrefslogtreecommitdiff
path: root/tools/binman/test/250_compress_dtb_invalid.dts
diff options
context:
space:
mode:
authorStefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>2022-08-23 12:46:09 +0200
committerSimon Glass <sjg@chromium.org>2022-08-26 16:33:48 -0600
commit5cb0b256664327cbae305454b86afe0b4748b7e6 (patch)
treea4f64f7eff4c122b7d38f52c561b0e95f6eafcb7 /tools/binman/test/250_compress_dtb_invalid.dts
parent86e54468ec67bee213b855bfce34aba346c1d20e (diff)
binman: Sort tests and rework test-file numbers
Tests should be in order of the test-file numbers. Sort the tests according to the test-file numbers and rework the test-file numbers to eliminate duplicate numbers. Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/test/250_compress_dtb_invalid.dts')
-rw-r--r--tools/binman/test/250_compress_dtb_invalid.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/binman/test/250_compress_dtb_invalid.dts b/tools/binman/test/250_compress_dtb_invalid.dts
new file mode 100644
index 0000000000..228139060b
--- /dev/null
+++ b/tools/binman/test/250_compress_dtb_invalid.dts
@@ -0,0 +1,16 @@
+// SPDX-License-Identifier: GPL-2.0+
+
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ u-boot {
+ };
+ u-boot-dtb {
+ compress = "invalid";
+ };
+ };
+};