diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2014-02-07 13:35:01 +0900 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2014-02-18 13:46:02 -0700 |
commit | a553b7f536de9cf48cee7db410ff6c9108b67344 (patch) | |
tree | 2dfad4e76b41003b73a3370f8f5399fe4be0c383 /arch/arm/firmware | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (diff) |
ARM: trusted_foundations: fix vendor prefix typos
of_register_trusted_foundations() and the firmware Kconfig used
the wrong vendor prefix for Trusted Logic Mobility.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/firmware')
-rw-r--r-- | arch/arm/firmware/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/firmware/Kconfig b/arch/arm/firmware/Kconfig index bb00ccf00d66..bb126594995e 100644 --- a/arch/arm/firmware/Kconfig +++ b/arch/arm/firmware/Kconfig @@ -20,7 +20,7 @@ config TRUSTED_FOUNDATIONS This option allows the kernel to invoke the secure monitor whenever required on devices using Trusted Foundations. See arch/arm/include/asm/trusted_foundations.h or the - tl,trusted-foundations device tree binding documentation for details + tlm,trusted-foundations device tree binding documentation for details on how to use it. Say n if you don't know what this is about. |