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>
This commit is contained in:
parent
e5af14ace6
commit
a31b7ea7f7
|
@ -1,8 +1,11 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
/* This file is safe to edit, but please do not change this comment block. */
|
/* This header block is used to supply information to arbitrage, a
|
||||||
/* BaseID: None */
|
* google-internal tool. Updating it incorrectly will lead to issues,
|
||||||
/* Overrides: None */
|
* so please don't update it unless a change is specifically required.
|
||||||
|
* BaseID: EEF9BFAE6CA0D797
|
||||||
|
* Overrides: 5e80bcfaea530ebe7e64b520ed0727daeb73a187
|
||||||
|
*/
|
||||||
|
|
||||||
#include <baseboard/gpio.h>
|
#include <baseboard/gpio.h>
|
||||||
#include <baseboard/variants.h>
|
#include <baseboard/variants.h>
|
||||||
|
|
Loading…
Reference in New Issue