Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lk2nd: scripts: dtbTool: Clean up QCDT entries for Samsung MSM8916
The msm8916 samsung.dts results in a lot of QCDT entries (records) because each qcom,msm-id is combined with each qcom,board-id. However, each board-id is actually only valid for one particular msm-id, so we can save quite some space by cleaning them up here. This is a bit of a hack but since this is a custom copy of dtbTool anyway it's not much of a problem. Also, reverting this (or using the standard dtbTool) would not result in a functional difference, just a larger build result.
- Loading branch information