mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-17 20:57:01 +02:00
With recent changes, some x86-specific rom tests of binman fail to run. Fix it by adding missing filenames in corresponding entries. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
21 lines
241 B
Plaintext
21 lines
241 B
Plaintext
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
sort-by-pos;
|
|
end-at-4gb;
|
|
size = <0x800000>;
|
|
intel-descriptor {
|
|
filename = "descriptor.bin";
|
|
};
|
|
|
|
intel-me {
|
|
filename = "me.bin";
|
|
pos-unset;
|
|
};
|
|
};
|
|
};
|