mb/google/rex: add arbitrage gpio.c header
This comment header is necessary for supporting propagation of overrides to variants. Change-Id: Iee92fa4fbc4851c7032401cff99ea49f87717c7f Signed-off-by: Kevin Chowski <chowski@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66846 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tarun Tuli <taruntuli@google.com> Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
parent
0805c7010a
commit
34aa639a26
|
@ -1,5 +1,12 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
|
/* 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: 3EC4CE58201758F4
|
||||||
|
* Overrides: c826ba419f06f9df9cded8e60633253ddc7b60ff
|
||||||
|
*/
|
||||||
|
|
||||||
#include <baseboard/gpio.h>
|
#include <baseboard/gpio.h>
|
||||||
#include <baseboard/variants.h>
|
#include <baseboard/variants.h>
|
||||||
#include <soc/gpio.h>
|
#include <soc/gpio.h>
|
||||||
|
|
Loading…
Reference in New Issue