commit | 9ef25e8096f723330ba4da4400478768c8e3b7a2 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon Dec 04 02:05:12 2017 +0000 |
committer | Simon Glass <sjg@chromium.org> | Mon Jan 15 18:29:21 2018 -0700 |
tree | 3fad9d17b3369e3fe1efe8ca81b8647c1bd1b006 | |
parent | 2f23b1dd565f116af4345993fda58254ff25c164 [diff] |
tools: fix incorrect usage of DT node unit address The DT spec demands a unit-address in a node name to match the "reg" property in that node. Newer dtc versions will throw warnings if this is not the case. Correct the generated unit names when U-Boot's mkimage creates a FIT image. Signed-off-by: Andre Przywara <andre.przywara@arm.com>