u-boot/tools/binman/test/209_fip_missing.dts

20 lines
220 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
binman {
atf-fip {
soc-fw {
filename = "bl31.bin";
};
rmm-fw {
filename = "rmm.bin";
};
};
};
};