summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv8/sec_firmware.c
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2017-12-04 02:05:13 +0000
committerSimon Glass <sjg@chromium.org>2018-01-15 18:29:21 -0700
commit4d4db83d184c6d89d55239bbc83b01b566cffdc9 (patch)
treefc72f8330cd0767f76d70420fd4c7c6b28856efc /arch/arm/cpu/armv8/sec_firmware.c
parent2eda8e9aadafac37b9acbf272b8ebbf5d0d6be4a (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>
Diffstat (limited to 'arch/arm/cpu/armv8/sec_firmware.c')
-rw-r--r--arch/arm/cpu/armv8/sec_firmware.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv8/sec_firmware.c b/arch/arm/cpu/armv8/sec_firmware.c
index 927eae4f74..b56ea785c5 100644
--- a/arch/arm/cpu/armv8/sec_firmware.c
+++ b/arch/arm/cpu/armv8/sec_firmware.c
@@ -30,7 +30,7 @@ phys_addr_t sec_firmware_addr;
#define SEC_FIRMWARE_FIT_IMAGE "firmware"
#endif
#ifndef SEC_FIRMEWARE_FIT_CNF_NAME
-#define SEC_FIRMEWARE_FIT_CNF_NAME "config@1"
+#define SEC_FIRMEWARE_FIT_CNF_NAME "config-1"
#endif
#ifndef SEC_FIRMWARE_TARGET_EL
#define SEC_FIRMWARE_TARGET_EL 2