]> git.ipfire.org Git - thirdparty/u-boot.git/commit
binman: test: Ensure all config references exist in /images node
authorAristo Chen <jj251510319013@gmail.com>
Tue, 10 Jun 2025 07:41:19 +0000 (07:41 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 26 Jun 2025 14:12:54 +0000 (08:12 -0600)
commit3071e264c9baba4d55aa6d1a07a60c969d57eccf
treeef23b3a934031e012f7d8e74e0352a3d0af4a9a3
parent7a8b25a771f069819eab6134fd1c4df520ebc9ca
binman: test: Ensure all config references exist in /images node

Several binman FIT test device trees reference image nodes such as atf
and uboot in their /configurations sections, but those image nodes
were not actually defined in the /images node. This mismatch can lead
to validation errors when stricter consistency checks are introduced.

This patch adds minimal definitions for atf and uboot under the
/images node in all relevant test DTS files.

Signed-off-by: Aristo Chen <aristo.chen@canonical.com>
tools/binman/test/170_fit_fdt.dts
tools/binman/test/220_fit_subentry_bintool.dts
tools/binman/test/223_fit_fdt_oper.dts
tools/binman/test/284_fit_fdt_list.dts
tools/binman/test/333_fit_fdt_dir.dts
tools/binman/test/334_fit_fdt_compat.dts
tools/binman/test/335_fit_fdt_phase.dts
tools/binman/test/345_fit_fdt_name.dts