summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Chowski <chowski@google.com>2022-08-08 15:53:29 -0600
committerTim Wawrzynczak <twawrzynczak@chromium.org>2022-08-09 17:03:31 +0000
commita31b7ea7f7969d707c4bb269231e928674503070 (patch)
tree8be1351a852c13a3fa8e85cca731403c10028b9c
parente5af14ace60f378ff536741e636bdeb8df48f072 (diff)
downloadcoreboot-a31b7ea7f7969d707c4bb269231e928674503070.tar.gz
coreboot-a31b7ea7f7969d707c4bb269231e928674503070.tar.bz2
coreboot-a31b7ea7f7969d707c4bb269231e928674503070.zip
mb/google/brya/var/ghost: update arbitrage gpio.c header
This update follows suggestions from Martin Roth about the contents of the comment. Change-Id: Ic296bcd6a0fb250426f5d75aac69a3fa0f2aaf32 Signed-off-by: Kevin Chowski <chowski@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66555 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
-rw-r--r--src/mainboard/google/brya/variants/ghost/gpio.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mainboard/google/brya/variants/ghost/gpio.c b/src/mainboard/google/brya/variants/ghost/gpio.c
index 90426e43d4de..73d6c7b025af 100644
--- a/src/mainboard/google/brya/variants/ghost/gpio.c
+++ b/src/mainboard/google/brya/variants/ghost/gpio.c
@@ -1,8 +1,11 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is safe to edit, but please do not change this comment block. */
-/* BaseID: None */
-/* Overrides: None */
+/* This header block is used to supply information to arbitrage, a
+ * google-internal tool. Updating it incorrectly will lead to issues,
+ * so please don't update it unless a change is specifically required.
+ * BaseID: EEF9BFAE6CA0D797
+ * Overrides: 5e80bcfaea530ebe7e64b520ed0727daeb73a187
+ */
#include <baseboard/gpio.h>
#include <baseboard/variants.h>