Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixups: Drop supporting 2nd form of int array encoding
Since dropping YAML encoded DTs, there's now only one encoding of arrays which is [[ 1, 2, 3 ]]. Therefore the fixup to support both forms can be dropped. The fixup now makes the outer array 1 item and minItems/maxItems in the schema always applies to the inner array. Signed-off-by: Rob Herring <[email protected]>
- Loading branch information