commit | e0c4dedd0c24400c2bac76076c70022da120a61a | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon Dec 04 02:05:13 2017 +0000 |
committer | Simon Glass <sjg@chromium.org> | Mon Jan 15 18:29:21 2018 -0700 |
tree | fc72f8330cd0767f76d70420fd4c7c6b28856efc | |
parent | 9ef25e8096f723330ba4da4400478768c8e3b7a2 [diff] |
armv8: secure firmware: fix incorrect unit address in node name 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. Remove the unit address from the config node name when U-Boot deals with secure firmware FIT images. Signed-off-by: Andre Przywara <andre.przywara@arm.com>