
On Tue, 10 Oct 2023 at 02:12, Sughosh Ganu sughosh.ganu@linaro.org wrote:
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
Changes since V1:
- New patch based on review comment from Simon.
tools/binman/test/311_capsule.dts | 3 --- tools/binman/test/312_capsule_signed.dts | 3 --- tools/binman/test/313_capsule_version.dts | 3 --- tools/binman/test/314_capsule_signed_ver.dts | 3 --- tools/binman/test/315_capsule_oemflags.dts | 3 --- tools/binman/test/316_capsule_missing_key.dts | 3 --- tools/binman/test/317_capsule_missing_index.dts | 3 --- tools/binman/test/318_capsule_missing_guid.dts | 3 --- 8 files changed, 24 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org