c81d389a10
Add some checks for /chosen node. These check that chosen is located at the root level and that bootargs and stdout-path properties are strings. Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
10 lines
97 B
Text
10 lines
97 B
Text
/dts-v1/;
|
|
|
|
/ {
|
|
node2 {
|
|
chosen {
|
|
bootargs = <0xdeadbeef>;
|
|
stdout-path = <1>;
|
|
};
|
|
};
|
|
};
|