commit | 8837af154cf188d38c5de1e9b0e28a7571ca1888 | [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 | b2267e8a22bd662fff00d3ba9751cfef5773a4b6 [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>