]> git.baikalelectronics.ru Git - uboot.git/commit
armv8: secure firmware: fix incorrect unit address in node name
authorAndre Przywara <andre.przywara@arm.com>
Mon, 4 Dec 2017 02:05:13 +0000 (02:05 +0000)
committerSimon Glass <sjg@chromium.org>
Tue, 16 Jan 2018 01:29:21 +0000 (18:29 -0700)
commit88029fa8a5fa6c6cd5db11b092b964beed25fb88
treefc72f8330cd0767f76d70420fd4c7c6b28856efc
parentd1eabc33e32146fe5a9e10ad50a207b2009b13d1
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>
arch/arm/cpu/armv8/sec_firmware.c