From patchwork Fri Jan 10 19:35:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Davis X-Patchwork-Id: 239439 List-Id: U-Boot discussion From: afd at ti.com (Andrew F. Davis) Date: Fri, 10 Jan 2020 14:35:20 -0500 Subject: [U-Boot] [PATCH v2 3/6] arm: K3: Fix header comment match AM6 specific file function In-Reply-To: <20200110193523.2865-1-afd@ti.com> References: <20200110193523.2865-1-afd@ti.com> Message-ID: <20200110193523.2865-4-afd@ti.com> 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 Reviewed-by: Lokesh Vutla --- arch/arm/mach-k3/am6_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-k3/am6_init.c b/arch/arm/mach-k3/am6_init.c index a78ffbb674..c5da965bd8 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