|
@@ -59,7 +59,7 @@ static inline void of_register_trusted_foundations(void)
|
|
* If we find the target should enable TF but does not support it,
|
|
* If we find the target should enable TF but does not support it,
|
|
* fail as the system won't be able to do much anyway
|
|
* fail as the system won't be able to do much anyway
|
|
*/
|
|
*/
|
|
- if (of_find_compatible_node(NULL, NULL, "tl,trusted-foundations"))
|
|
|
|
|
|
+ if (of_find_compatible_node(NULL, NULL, "tlm,trusted-foundations"))
|
|
register_trusted_foundations(NULL);
|
|
register_trusted_foundations(NULL);
|
|
}
|
|
}
|
|
#endif /* CONFIG_TRUSTED_FOUNDATIONS */
|
|
#endif /* CONFIG_TRUSTED_FOUNDATIONS */
|