Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / tools / binman / test / 153_intel_fsp_s.dts
1 /dts-v1/;
2
3 / {
4         #address-cells = <1>;
5         #size-cells = <1>;
6
7         binman {
8                 size = <16>;
9
10                 intel-fsp-s {
11                         filename = "fsp_s.bin";
12                 };
13         };
14 };