提交 954ab3c7 编写于 作者: H Heinrich Schuchardt 提交者: Tom Rini

test/py: use valid device tree in test_fit.py

The device tree compiler expects that a node with a unit-address has a reg
property.
Signed-off-by: NHeinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: NSimon Glass <sjg@chromium.org>
上级 327bb3bc
......@@ -83,13 +83,16 @@ base_fdt = '''
/dts-v1/;
/ {
model = "Sandbox Verified Boot Test";
compatible = "sandbox";
#address-cells = <1>;
#size-cells = <0>;
model = "Sandbox Verified Boot Test";
compatible = "sandbox";
reset@0 {
compatible = "sandbox,reset";
reg = <0>;
};
};
'''
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册