diff options
| author | Andrew F. Davis <[email protected]> | 2020-01-10 14:35:20 -0500 |
|---|---|---|
| committer | Lokesh Vutla <[email protected]> | 2020-01-20 10:10:28 +0530 |
| commit | 9b322dbd527bda6e51fd8ea0992b46c50da239f1 (patch) | |
| tree | 92f138d2e936f1a2bc16f62a10c71b27e5610b0d | |
| parent | e77777b2ffb0e189ae29e5f7c6004aa3c4bd7951 (diff) | |
arm: K3: Fix header comment match AM6 specific file function
This file used to be the common location for K3 init when AM6 was the
only device, but common code was moved to common.c and this file became
AM6 specific, correct this header text.
Signed-off-by: Andrew F. Davis <[email protected]>
Reviewed-by: Lokesh Vutla <[email protected]>
Signed-off-by: Lokesh Vutla <[email protected]>
| -rw-r--r-- | arch/arm/mach-k3/am6_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-k3/am6_init.c b/arch/arm/mach-k3/am6_init.c index a78ffbb674e..c5da965bd86 100644 --- a/arch/arm/mach-k3/am6_init.c +++ b/arch/arm/mach-k3/am6_init.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * K3: Architecture initialization + * AM6: SoC specific initialization * * Copyright (C) 2017-2018 Texas Instruments Incorporated - http://www.ti.com/ * Lokesh Vutla <[email protected]> |
