mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-21 12:25:27 +00:00

The #address-cells and #size-cells are not needed for running the capsule generation binman tests. Remove the superfluous properties. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>
16 lines
198 B
Text
16 lines
198 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
binman {
|
|
efi-capsule {
|
|
image-index = <0x1>;
|
|
hardware-instance = <0x0>;
|
|
|
|
blob {
|
|
filename = "capsule_input.bin";
|
|
};
|
|
};
|
|
};
|
|
};
|