summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/beltino/Makefile.inc
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-07-03 13:45:13 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-07-09 16:25:08 +0000
commit91aae2e0bc074a3dba475f6fab8612d1a8842e57 (patch)
tree79f46d51622235a5b64ee1f48cd51ede5af419ef /src/mainboard/google/beltino/Makefile.inc
parent9b29e5e1a01ac2da26e4deb420fd036a7d78060d (diff)
downloadcoreboot-91aae2e0bc074a3dba475f6fab8612d1a8842e57.tar.gz
coreboot-91aae2e0bc074a3dba475f6fab8612d1a8842e57.tar.bz2
coreboot-91aae2e0bc074a3dba475f6fab8612d1a8842e57.zip
mb/google/beltino: Put GPIOs in a C file
This will allow dropping the pointer inside romstage_params. Change-Id: I536225351a0353298381c16cff25f39098c19bba Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43101 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tristan Corrick <tristan@corrick.kiwi>
Diffstat (limited to 'src/mainboard/google/beltino/Makefile.inc')
-rw-r--r--src/mainboard/google/beltino/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/beltino/Makefile.inc b/src/mainboard/google/beltino/Makefile.inc
index 0b448fc6977c..ee8b8e5df98a 100644
--- a/src/mainboard/google/beltino/Makefile.inc
+++ b/src/mainboard/google/beltino/Makefile.inc
@@ -7,6 +7,7 @@ ramstage-y += lan.c
smm-y += smihandler.c variants/$(VARIANT_DIR)/led.c
+romstage-y += variants/$(VARIANT_DIR)/gpio.c
romstage-y += variants/$(VARIANT_DIR)/led.c
ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads