From 95486f843b73b1d8588fd304f58997b536b77ac4 Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Thu, 30 Jul 2015 14:34:09 -0600 Subject: ARM: tegra: add comment re: autogeneration to pinmux headers Add a comment block to the top of each generated Tegra pinmux header file indicating that the file was auto-generated, should not be manually edited, and with a pointer to the tool and command used to generate it. Signed-off-by: Stephen Warren Reviewed-by: Simon Glass Signed-off-by: Tom Warren --- board/nvidia/venice2/pinmux-config-venice2.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'board/nvidia/venice2') diff --git a/board/nvidia/venice2/pinmux-config-venice2.h b/board/nvidia/venice2/pinmux-config-venice2.h index bf8e3fd965..fb444b3b1d 100644 --- a/board/nvidia/venice2/pinmux-config-venice2.h +++ b/board/nvidia/venice2/pinmux-config-venice2.h @@ -4,6 +4,14 @@ * SPDX-License-Identifier: GPL-2.0+ */ +/* + * THIS FILE IS AUTO-GENERATED - DO NOT EDIT! + * + * To generate this file, use the tegra-pinmux-scripts tool available from + * https://github.com/NVIDIA/tegra-pinmux-scripts + * Run "board-to-uboot.py venice2". + */ + #ifndef _PINMUX_CONFIG_VENICE2_H_ #define _PINMUX_CONFIG_VENICE2_H_ -- cgit v1.2.3