summaryrefslogtreecommitdiff
path: root/tools/binman/test/047_spl_bss_pad.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/047_spl_bss_pad.dts')
-rw-r--r--tools/binman/test/047_spl_bss_pad.dts17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/binman/test/047_spl_bss_pad.dts b/tools/binman/test/047_spl_bss_pad.dts
new file mode 100644
index 0000000000..6bd88b83f9
--- /dev/null
+++ b/tools/binman/test/047_spl_bss_pad.dts
@@ -0,0 +1,17 @@
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ u-boot-spl {
+ };
+
+ u-boot-spl-bss-pad {
+ };
+
+ u-boot {
+ };
+ };
+};