[PATCH 3/5] arm: mach-k3: Add note to auto-generated files
Dave Gerlach
d-gerlach at ti.com
Tue Aug 10 21:49:02 CEST 2021
Add a note to the automatically generated clk-data and dev-data files
for j721e and j7200 to indicate that they are in fact auto-generated and
should not be hand edited.
Signed-off-by: Dave Gerlach <d-gerlach at ti.com>
---
arch/arm/mach-k3/j7200/clk-data.c | 2 ++
arch/arm/mach-k3/j7200/dev-data.c | 2 ++
arch/arm/mach-k3/j721e/clk-data.c | 2 ++
arch/arm/mach-k3/j721e/dev-data.c | 2 ++
4 files changed, 8 insertions(+)
diff --git a/arch/arm/mach-k3/j7200/clk-data.c b/arch/arm/mach-k3/j7200/clk-data.c
index 49145bbfc8cd..649d28b1db0b 100644
--- a/arch/arm/mach-k3/j7200/clk-data.c
+++ b/arch/arm/mach-k3/j7200/clk-data.c
@@ -2,6 +2,8 @@
/*
* J7200 specific clock platform data
*
+ * This file is auto generated. Please do not edit directly.
+ *
* Copyright (C) 2020-2021 Texas Instruments Incorporated - http://www.ti.com/
*/
#include "k3-clk.h"
diff --git a/arch/arm/mach-k3/j7200/dev-data.c b/arch/arm/mach-k3/j7200/dev-data.c
index c68bcc58e9a7..f7b7892da97b 100644
--- a/arch/arm/mach-k3/j7200/dev-data.c
+++ b/arch/arm/mach-k3/j7200/dev-data.c
@@ -2,6 +2,8 @@
/*
* J7200 specific device platform data
*
+ * This file is auto generated. Please do not edit directly.
+ *
* Copyright (C) 2020-2021 Texas Instruments Incorporated - http://www.ti.com/
*/
#include "k3-dev.h"
diff --git a/arch/arm/mach-k3/j721e/clk-data.c b/arch/arm/mach-k3/j721e/clk-data.c
index ff9262d7bcee..aa3f50a02f59 100644
--- a/arch/arm/mach-k3/j721e/clk-data.c
+++ b/arch/arm/mach-k3/j721e/clk-data.c
@@ -2,6 +2,8 @@
/*
* J721E specific clock platform data
*
+ * This file is auto generated. Please do not edit directly.
+ *
* Copyright (C) 2020-2021 Texas Instruments Incorporated - http://www.ti.com/
*/
#include "k3-clk.h"
diff --git a/arch/arm/mach-k3/j721e/dev-data.c b/arch/arm/mach-k3/j721e/dev-data.c
index 96393c713278..a8bc6ce20d1d 100644
--- a/arch/arm/mach-k3/j721e/dev-data.c
+++ b/arch/arm/mach-k3/j721e/dev-data.c
@@ -2,6 +2,8 @@
/*
* J721E specific device platform data
*
+ * This file is auto generated. Please do not edit directly.
+ *
* Copyright (C) 2020-2021 Texas Instruments Incorporated - http://www.ti.com/
*/
#include "k3-dev.h"
--
2.28.0
More information about the U-Boot
mailing list