aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/test/78_u_boot_tpl.dts
blob: 6c60b4c46f44ad9ceb25faf5b3c342f93ea8af18 (plain)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;

/ {
	binman {
		u-boot-tpl {
		};
		u-boot-tpl-dtb {
		};
	};
};