commit | 2f23b1dd565f116af4345993fda58254ff25c164 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon Dec 04 02:05:11 2017 +0000 |
committer | Simon Glass <sjg@chromium.org> | Mon Jan 15 18:29:21 2018 -0700 |
tree | cf17a728dddd18aa8236d0bd76c58aed3d1bd017 | |
parent | 3234ecdfb0c8d24216608dc082709a1cf25883d3 [diff] |
sunxi: arm64: correct usage of DT node address in FIT generation 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. Adjust the FIT build script for 64-bit Allwinner boards to remove the bogus addresses from the node names and avoid the warnings. This avoids a warning with recent versions of the dtc tool. Signed-off-by: Andre Przywara <andre.przywara@arm.com>