sunxi: arm64: correct usage of DT node address in FIT generation
authorAndre Przywara <andre.przywara@arm.com>
Mon, 4 Dec 2017 02:05:11 +0000 (02:05 +0000)
committerSimon Glass <sjg@chromium.org>
Tue, 16 Jan 2018 01:29:21 +0000 (18:29 -0700)
commit8837af154cf188d38c5de1e9b0e28a7571ca1888
treecf17a728dddd18aa8236d0bd76c58aed3d1bd017
parentb2267e8a22bd662fff00d3ba9751cfef5773a4b6
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>
board/sunxi/mksunxi_fit_atf.sh