Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dtb: Handle multiple types differing in sign
If a property has multiple types differing in sign, drop the unsigned type. This prevents us from falling back to a 'uint32-array' which is now decoded differently. Same thing could happen for arrays or matrices, but ignore those for now. Signed-off-by: Rob Herring (Arm) <[email protected]>
- Loading branch information