Files
u-boot/tools/binman/test/fit/bad_dir.dts
Simon Glass 4ed7c188f9 binman: test: Move FIT image test files to test/fit/
Move about 40 test files for FIT images (signing, external data,
split-elf, encryption, alignment, firmware loadables, templates) into
a fit/ subdirectory. Drop the numeric prefixes and the redundant fit_
filename prefix, and update all references.

Rename the three signature.dts variants to have unique names:
signature.dts, signature_multi_key.dts and signature_no_nodes.dts.

Signed-off-by: Simon Glass <simon.glass@canonical.com>
2026-03-18 06:14:16 -06:00

10 lines
109 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
#include "split_elf.dts"
&atf {
fit,something = "bad";
};