Browse Source
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>main
Rob Herring
7 years ago
committed by
David Gibson
3 changed files with 64 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||||
|
/dts-v1/; |
||||||
|
|
||||||
|
/ { |
||||||
|
node2 { |
||||||
|
chosen { |
||||||
|
bootargs = <0xdeadbeef>; |
||||||
|
stdout-path = <1>; |
||||||
|
}; |
||||||
|
}; |
||||||
|
}; |
Loading…
Reference in new issue