u-boot/tools/binman/test/215_blob_ext_list.dts

15 lines
180 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
binman {
blob-ext-list {
filenames = "refcode.bin", "fsp_m.bin";
};
};
};